Html Css Color HEX #B021BE Dark Orchid

📋 copy color: '#B021BE'

red 176 ◦ green 33 ◦ blue 190

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

Shades of Dark Orchid #B021BE

Tints of Dark Orchid #B021BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 47.62%

R = 44.11%
G = 8.27%
B = 47.62%

CMYK

 C value IS 0.07

 M value IS 0.83

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B021BE (or 0xB021BE) is known color: Dark Orchid. HEX triplet: B0, 21 and BE. RGB value is (176,33,190). Sum of RGB (Red+Green+Blue) = 176+33+190=399 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.11% from 399); Green value is 33 (13.28% from 255 or 8.27% from 399); Blue value is 190 (74.61% from 255 or 47.62% from 399); Max value from RGB is 190 - color contains mainly: blue. Hex color #B021BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B021BE is #4FDE41. Grayscale: #5D5D5D. Windows color (decimal): -5234242 or 12460464. OLE color: 12460464.

HSL color Cylindrical-coordinate representation of color #B021BE: hue angle of 294.65º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B021BE is Cyan = 0.07, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 176 33 190 -
CMYK 0.07 0.83 0 0.25
HSL 294.65º 0.7% 0.44% -
HSV(B) 294.65º 0.83% 0.75% -
XYZ 27.74 14.04 49.96 -
YUV 93.66 182.38 186.73 -
System Red Green Blue C M Y K H S L
Decimal 176 33 190 0.07 0.83 0 0.25 294.65 0.7 0.44
Hex B0 21 BE 7 53 0 19 127 46 2C
Octal 260 41 276 7 123 0 31 447 106 54
Binary 10110000 100001 10111110 111 1010011 0 11001 100100111 1000110 101100

Color Harmonies of #B021BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B021BE

Black with #B021BE

Text Example


Text Example

White with #B021BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B021BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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