Html Css Color HEX #B022AE Dark Orchid

📋 copy color: '#B022AE'

red 176 ◦ green 34 ◦ blue 174

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

Shades of Dark Orchid #B022AE

Tints of Dark Orchid #B022AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 45.31%

R = 45.83%
G = 8.85%
B = 45.31%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.01

 K value IS 0.31

RGB Variations

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

Color information

#B022AE (or 0xB022AE) is known color: Dark Orchid. HEX triplet: B0, 22 and AE. RGB value is (176,34,174). Sum of RGB (Red+Green+Blue) = 176+34+174=384 (50% of max value = 765). Red value is 176 (69.14% from 255 or 45.83% from 384); Green value is 34 (13.67% from 255 or 8.85% from 384); Blue value is 174 (68.36% from 255 or 45.31% from 384); Max value from RGB is 176 - color contains mainly: red. Hex color #B022AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B022AE is #4FDD51. Grayscale: #5C5C5C. Windows color (decimal): -5234002 or 11412144. OLE color: 11412144.

HSL color Cylindrical-coordinate representation of color #B022AE: hue angle of 300.85º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B022AE is Cyan = 0, Magento = 0.81, Yellow = 0.01 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 34 174 -
CMYK 0 0.81 0.01 0.31
HSL 300.85º 0.68% 0.41% -
HSV(B) 300.85º 0.81% 0.69% -
XYZ 26.12 13.43 41.26 -
YUV 92.42 174.04 187.62 -
System Red Green Blue C M Y K H S L
Decimal 176 34 174 0 0.81 0.01 0.31 300.85 0.68 0.41
Hex B0 22 AE 0 51 1 1F 12D 44 29
Octal 260 42 256 0 121 1 37 455 104 51
Binary 10110000 100010 10101110 0 1010001 1 11111 100101101 1000100 101001

Color Harmonies of #B022AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B022AE

Black with #B022AE

Text Example


Text Example

White with #B022AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B022AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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