Html Css Color HEX #B021CB Dark Orchid

📋 copy color: '#B021CB'

red 176 ◦ green 33 ◦ blue 203

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

Shades of Dark Orchid #B021CB

Tints of Dark Orchid #B021CB

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.01%

 BLUE value IS 203 (79.69% from 255) = 49.27%

R = 42.72%
G = 8.01%
B = 49.27%

CMYK

 C value IS 0.13

 M value IS 0.84

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B021CB (or 0xB021CB) is known color: Dark Orchid. HEX triplet: B0, 21 and CB. RGB value is (176,33,203). Sum of RGB (Red+Green+Blue) = 176+33+203=412 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.72% from 412); Green value is 33 (13.28% from 255 or 8.01% from 412); Blue value is 203 (79.69% from 255 or 49.27% from 412); Max value from RGB is 203 - color contains mainly: blue. Hex color #B021CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B021CB is #4FDE34. Grayscale: #5E5E5E. Windows color (decimal): -5234229 or 13312432. OLE color: 13312432.

HSL color Cylindrical-coordinate representation of color #B021CB: hue angle of 290.47º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B021CB is Cyan = 0.13, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 176 33 203 -
CMYK 0.13 0.84 0 0.20
HSL 290.47º 0.72% 0.46% -
HSV(B) 290.47º 0.84% 0.8% -
XYZ 29.23 14.63 57.78 -
YUV 95.14 188.88 185.68 -
System Red Green Blue C M Y K H S L
Decimal 176 33 203 0.13 0.84 0 0.20 290.47 0.72 0.46
Hex B0 21 CB D 54 0 14 122 48 2E
Octal 260 41 313 15 124 0 24 442 110 56
Binary 10110000 100001 11001011 1101 1010100 0 10100 100100010 1001000 101110

Color Harmonies of #B021CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B021CB

Black with #B021CB

Text Example


Text Example

White with #B021CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B021CB; }

 p { color: rgb(176,33,203); }

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

background-color css

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

 a { background-color: rgb(176,33,203); }

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

border-color css

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

 span { border-color: rgb(176,33,203); }

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