#B438DB

Color #B438DB Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #B438DB

Tints of Medium Orchid #B438DB

Color information

#B438DB (or 0xB438DB) is unknown color: approx Medium Orchid. HEX triplet: B4, 38 and DB. RGB value is (180,56,219). Sum of RGB (Red+Green+Blue) = 180+56+219=455 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.56% from 455); Green value is 56 (22.27% from 255 or 12.31% from 455); Blue value is 219 (85.94% from 255 or 48.13% from 455); Max value from RGB is 219 - color contains mainly: blue. Hex color #B438DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B438DB is #4BC724. Grayscale: #6F6F6F. Windows color (decimal): -4966181 or 14366900. OLE color: 14366900.

HSL color Cylindrical-coordinate representation of color #B438DB: hue angle of 285.64º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B438DB is Cyan = 0.18, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB18056219-
CMYK0.180.7400.14
HSL285.64º69.36%53.92%-
HSV(B)285.64º74.43%85.88%-
XYZ33.0217.6568.68-
YUV111.66188.58176.75-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 180 (70.70% from 255) = 39.56%
GREEN value IS 56 (22.27% from 255) = 12.31%
BLUE value IS 219 (85.94% from 255) = 48.13%
R=39.56%
G=12.31%
B=48.13%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal180562190.180.7400.14285.6469.3653.92
HexB438DB124A0E11e4536
Octal264703332211201643610566
Binary1011010011100011011011100101001010011101000111101000101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B438DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B438DB; }

 p { color: rgb(180,56,219); }

 H1.HeaderClassName
 {
   color: #B438DB;
 }
 .AnyTagClassName
 {
   color: #B438DB;
 }
</style>
background-color css

<style>
 a { background-color: #B438DB; }

 a { background-color: rgb(180,56,219); }

 div.DivClassName
 {
   background-color: #B438DB;
 }
 .BgClassName
 {
   background-color: #B438DB;
 }
</style>
border-color css

<style>
 span { border-color: #B438DB; }

 span { border-color: rgb(180,56,219); }

 td.TdClassName
 {
   border-color: #B438DB;
 }
 .TagClassName
 {
   border-color: #B438DB;
 }
</style>