Html Css Color HEX #B021DF Dark Orchid

📋 copy color: '#B021DF'

red 176 ◦ green 33 ◦ blue 223

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

Shades of Dark Orchid #B021DF

Tints of Dark Orchid #B021DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 51.62%

R = 40.74%
G = 7.64%
B = 51.62%

CMYK

 C value IS 0.21

 M value IS 0.85

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B021DF (or 0xB021DF) is known color: Dark Orchid. HEX triplet: B0, 21 and DF. RGB value is (176,33,223). Sum of RGB (Red+Green+Blue) = 176+33+223=432 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.74% from 432); Green value is 33 (13.28% from 255 or 7.64% from 432); Blue value is 223 (87.5% from 255 or 51.62% from 432); Max value from RGB is 223 - color contains mainly: blue. Hex color #B021DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B021DF is #4FDE20. Grayscale: #606060. Windows color (decimal): -5234209 or 14623152. OLE color: 14623152.

HSL color Cylindrical-coordinate representation of color #B021DF: hue angle of 285.16º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B021DF is Cyan = 0.21, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 176 33 223 -
CMYK 0.21 0.85 0 0.13
HSL 285.16º 0.75% 0.5% -
HSV(B) 285.16º 0.85% 0.87% -
XYZ 31.77 15.65 71.16 -
YUV 97.42 198.88 184.05 -
System Red Green Blue C M Y K H S L
Decimal 176 33 223 0.21 0.85 0 0.13 285.16 0.75 0.5
Hex B0 21 DF 15 55 0 D 11D 4B 32
Octal 260 41 337 25 125 0 15 435 113 62
Binary 10110000 100001 11011111 10101 1010101 0 1101 100011101 1001011 110010

Color Harmonies of #B021DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B021DF

Black with #B021DF

Text Example


Text Example

White with #B021DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B021DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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