Html Css Color HEX #B019C9 Dark Orchid

📋 copy color: '#B019C9'

red 176 ◦ green 25 ◦ blue 201

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

Shades of Dark Orchid #B019C9

Tints of Dark Orchid #B019C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 50%

R = 43.78%
G = 6.22%
B = 50%

CMYK

 C value IS 0.12

 M value IS 0.88

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B019C9 (or 0xB019C9) is known color: Dark Orchid. HEX triplet: B0, 19 and C9. RGB value is (176,25,201). Sum of RGB (Red+Green+Blue) = 176+25+201=402 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.78% from 402); Green value is 25 (10.16% from 255 or 6.22% from 402); Blue value is 201 (78.91% from 255 or 50% from 402); Max value from RGB is 201 - color contains mainly: blue. Hex color #B019C9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B019C9 is #4FE636. Grayscale: #595959. Windows color (decimal): -5236279 or 13179312. OLE color: 13179312.

HSL color Cylindrical-coordinate representation of color #B019C9: hue angle of 291.48º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B019C9 is Cyan = 0.12, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 176 25 201 -
CMYK 0.12 0.88 0 0.21
HSL 291.48º 0.78% 0.44% -
HSV(B) 291.48º 0.88% 0.79% -
XYZ 28.79 14.14 56.47 -
YUV 90.21 190.53 189.19 -
System Red Green Blue C M Y K H S L
Decimal 176 25 201 0.12 0.88 0 0.21 291.48 0.78 0.44
Hex B0 19 C9 C 58 0 15 123 4E 2C
Octal 260 31 311 14 130 0 25 443 116 54
Binary 10110000 11001 11001001 1100 1011000 0 10101 100100011 1001110 101100

Color Harmonies of #B019C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B019C9

Black with #B019C9

Text Example


Text Example

White with #B019C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B019C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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