Html Css Color HEX #B019CA Dark Orchid

📋 copy color: '#B019CA'

red 176 ◦ green 25 ◦ blue 202

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

Shades of Dark Orchid #B019CA

Tints of Dark Orchid #B019CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 50.12%

R = 43.67%
G = 6.2%
B = 50.12%

CMYK

 C value IS 0.13

 M value IS 0.88

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B019CA (or 0xB019CA) is known color: Dark Orchid. HEX triplet: B0, 19 and CA. RGB value is (176,25,202). Sum of RGB (Red+Green+Blue) = 176+25+202=403 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.67% from 403); Green value is 25 (10.16% from 255 or 6.20% from 403); Blue value is 202 (79.30% from 255 or 50.12% from 403); Max value from RGB is 202 - color contains mainly: blue. Hex color #B019CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B019CA is #4FE635. Grayscale: #595959. Windows color (decimal): -5236278 or 13244848. OLE color: 13244848.

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

Color convert

RGB 176 25 202 -
CMYK 0.13 0.88 0 0.21
HSL 291.19º 0.78% 0.45% -
HSV(B) 291.19º 0.88% 0.79% -
XYZ 28.91 14.19 57.09 -
YUV 90.33 191.03 189.11 -
System Red Green Blue C M Y K H S L
Decimal 176 25 202 0.13 0.88 0 0.21 291.19 0.78 0.45
Hex B0 19 CA D 58 0 15 123 4E 2D
Octal 260 31 312 15 130 0 25 443 116 55
Binary 10110000 11001 11001010 1101 1011000 0 10101 100100011 1001110 101101

Color Harmonies of #B019CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B019CA

Black with #B019CA

Text Example


Text Example

White with #B019CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B019CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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