Html Css Color HEX #B019CE Dark Orchid

📋 copy color: '#B019CE'

red 176 ◦ green 25 ◦ blue 206

#B019CE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Orchid #B019CE

Tints of Dark Orchid #B019CE

RGB

 RED value IS 176 (69.14% from 255) = 43.24%

 GREEN value IS 25 (10.16% from 255) = 6.14%

 BLUE value IS 206 (80.86% from 255) = 50.61%

R = 43.24%
G = 6.14%
B = 50.61%

CMYK

 C value IS 0.15

 M value IS 0.88

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B019CE (or 0xB019CE) is known color: Dark Orchid. HEX triplet: B0, 19 and CE. RGB value is (176,25,206). Sum of RGB (Red+Green+Blue) = 176+25+206=407 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.24% from 407); Green value is 25 (10.16% from 255 or 6.14% from 407); Blue value is 206 (80.86% from 255 or 50.61% from 407); Max value from RGB is 206 - color contains mainly: blue. Hex color #B019CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B019CE is #4FE631. Grayscale: #5A5A5A. Windows color (decimal): -5236274 or 13506992. OLE color: 13506992.

HSL color Cylindrical-coordinate representation of color #B019CE: hue angle of 290.06º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B019CE is Cyan = 0.15, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 176 25 206 -
CMYK 0.15 0.88 0 0.19
HSL 290.06º 0.78% 0.45% -
HSV(B) 290.06º 0.88% 0.81% -
XYZ 29.39 14.38 59.62 -
YUV 90.78 193.03 188.78 -
System Red Green Blue C M Y K H S L
Decimal 176 25 206 0.15 0.88 0 0.19 290.06 0.78 0.45
Hex B0 19 CE F 58 0 13 122 4E 2D
Octal 260 31 316 17 130 0 23 442 116 55
Binary 10110000 11001 11001110 1111 1011000 0 10011 100100010 1001110 101101

Color Harmonies of #B019CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B019CE

Black with #B019CE

Text Example


Text Example

White with #B019CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B019CE; }

 p { color: rgb(176,25,206); }

 H1.HeaderClassName
 {
   color: #B019CE;
 }
 .AnyTagClassName
 {
   color: #B019CE;
 }
</style>

background-color css

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

 a { background-color: rgb(176,25,206); }

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

border-color css

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

 span { border-color: rgb(176,25,206); }

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