Html Css Color HEX #B022BF Dark Orchid

📋 copy color: '#B022BF'

red 176 ◦ green 34 ◦ blue 191

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

Shades of Dark Orchid #B022BF

Tints of Dark Orchid #B022BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 47.63%

R = 43.89%
G = 8.48%
B = 47.63%

CMYK

 C value IS 0.08

 M value IS 0.82

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B022BF (or 0xB022BF) is known color: Dark Orchid. HEX triplet: B0, 22 and BF. RGB value is (176,34,191). Sum of RGB (Red+Green+Blue) = 176+34+191=401 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.89% from 401); Green value is 34 (13.67% from 255 or 8.48% from 401); Blue value is 191 (75% from 255 or 47.63% from 401); Max value from RGB is 191 - color contains mainly: blue. Hex color #B022BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B022BF is #4FDD40. Grayscale: #5D5D5D. Windows color (decimal): -5233985 or 12526256. OLE color: 12526256.

HSL color Cylindrical-coordinate representation of color #B022BF: hue angle of 294.27º 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 #B022BF is Cyan = 0.08, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 176 34 191 -
CMYK 0.08 0.82 0 0.25
HSL 294.27º 0.7% 0.44% -
HSV(B) 294.27º 0.82% 0.75% -
XYZ 27.88 14.14 50.55 -
YUV 94.36 182.54 186.23 -
System Red Green Blue C M Y K H S L
Decimal 176 34 191 0.08 0.82 0 0.25 294.27 0.7 0.44
Hex B0 22 BF 8 52 0 19 126 46 2C
Octal 260 42 277 10 122 0 31 446 106 54
Binary 10110000 100010 10111111 1000 1010010 0 11001 100100110 1000110 101100

Color Harmonies of #B022BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B022BF

Black with #B022BF

Text Example


Text Example

White with #B022BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B022BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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