Html Css Color HEX #B021CF Dark Orchid

📋 copy color: '#B021CF'

red 176 ◦ green 33 ◦ blue 207

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

Shades of Dark Orchid #B021CF

Tints of Dark Orchid #B021CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 49.76%

R = 42.31%
G = 7.93%
B = 49.76%

CMYK

 C value IS 0.15

 M value IS 0.84

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B021CF (or 0xB021CF) is known color: Dark Orchid. HEX triplet: B0, 21 and CF. RGB value is (176,33,207). Sum of RGB (Red+Green+Blue) = 176+33+207=416 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.31% from 416); Green value is 33 (13.28% from 255 or 7.93% from 416); Blue value is 207 (81.25% from 255 or 49.76% from 416); Max value from RGB is 207 - color contains mainly: blue. Hex color #B021CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B021CF is #4FDE30. Grayscale: #5F5F5F. Windows color (decimal): -5234225 or 13574576. OLE color: 13574576.

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

Color convert

RGB 176 33 207 -
CMYK 0.15 0.84 0 0.19
HSL 289.31º 0.73% 0.47% -
HSV(B) 289.31º 0.84% 0.81% -
XYZ 29.71 14.82 60.33 -
YUV 95.59 190.88 185.35 -
System Red Green Blue C M Y K H S L
Decimal 176 33 207 0.15 0.84 0 0.19 289.31 0.73 0.47
Hex B0 21 CF F 54 0 13 121 48 2F
Octal 260 41 317 17 124 0 23 441 110 57
Binary 10110000 100001 11001111 1111 1010100 0 10011 100100001 1001000 101111

Color Harmonies of #B021CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B021CF

Black with #B021CF

Text Example


Text Example

White with #B021CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B021CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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