Html Css Color HEX #B022BE Dark Orchid

📋 copy color: '#B022BE'

red 176 ◦ green 34 ◦ blue 190

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

Shades of Dark Orchid #B022BE

Tints of Dark Orchid #B022BE

RGB

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

 GREEN value IS 34 (13.67% from 255) = 8.5%

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

R = 44%
G = 8.5%
B = 47.5%

CMYK

 C value IS 0.07

 M value IS 0.82

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B022BE (or 0xB022BE) is known color: Dark Orchid. HEX triplet: B0, 22 and BE. RGB value is (176,34,190). Sum of RGB (Red+Green+Blue) = 176+34+190=400 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44% from 400); Green value is 34 (13.67% from 255 or 8.5% from 400); Blue value is 190 (74.61% from 255 or 47.5% from 400); Max value from RGB is 190 - color contains mainly: blue. Hex color #B022BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B022BE is #4FDD41. Grayscale: #5D5D5D. Windows color (decimal): -5233986 or 12460720. OLE color: 12460720.

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

Color convert

RGB 176 34 190 -
CMYK 0.07 0.82 0 0.25
HSL 294.62º 0.7% 0.44% -
HSV(B) 294.62º 0.82% 0.75% -
XYZ 27.77 14.09 49.97 -
YUV 94.24 182.04 186.32 -
System Red Green Blue C M Y K H S L
Decimal 176 34 190 0.07 0.82 0 0.25 294.62 0.7 0.44
Hex B0 22 BE 7 52 0 19 127 46 2C
Octal 260 42 276 7 122 0 31 447 106 54
Binary 10110000 100010 10111110 111 1010010 0 11001 100100111 1000110 101100

Color Harmonies of #B022BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B022BE

Black with #B022BE

Text Example


Text Example

White with #B022BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B022BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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