Html Css Color HEX #B019D3 Dark Orchid

📋 copy color: '#B019D3'

red 176 ◦ green 25 ◦ blue 211

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

Shades of Dark Orchid #B019D3

Tints of Dark Orchid #B019D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 51.21%

R = 42.72%
G = 6.07%
B = 51.21%

CMYK

 C value IS 0.17

 M value IS 0.88

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#B019D3 (or 0xB019D3) is known color: Dark Orchid. HEX triplet: B0, 19 and D3. RGB value is (176,25,211). Sum of RGB (Red+Green+Blue) = 176+25+211=412 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.72% from 412); Green value is 25 (10.16% from 255 or 6.07% from 412); Blue value is 211 (82.81% from 255 or 51.21% from 412); Max value from RGB is 211 - color contains mainly: blue. Hex color #B019D3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B019D3 is #4FE62C. Grayscale: #5A5A5A. Windows color (decimal): -5236269 or 13834672. OLE color: 13834672.

HSL color Cylindrical-coordinate representation of color #B019D3: hue angle of 288.71º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B019D3 is Cyan = 0.17, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 176 25 211 -
CMYK 0.17 0.88 0 0.17
HSL 288.71º 0.79% 0.46% -
HSV(B) 288.71º 0.88% 0.83% -
XYZ 30.01 14.63 62.87 -
YUV 91.35 195.53 188.38 -
System Red Green Blue C M Y K H S L
Decimal 176 25 211 0.17 0.88 0 0.17 288.71 0.79 0.46
Hex B0 19 D3 11 58 0 11 121 4F 2E
Octal 260 31 323 21 130 0 21 441 117 56
Binary 10110000 11001 11010011 10001 1011000 0 10001 100100001 1001111 101110

Color Harmonies of #B019D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B019D3

Black with #B019D3

Text Example


Text Example

White with #B019D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B019D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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