Html Css Color HEX #B022AF Dark Orchid

📋 copy color: '#B022AF'

red 176 ◦ green 34 ◦ blue 175

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

Shades of Dark Orchid #B022AF

Tints of Dark Orchid #B022AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 45.45%

R = 45.71%
G = 8.83%
B = 45.45%

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

#B022AF (or 0xB022AF) is known color: Dark Orchid. HEX triplet: B0, 22 and AF. RGB value is (176,34,175). Sum of RGB (Red+Green+Blue) = 176+34+175=385 (50% of max value = 765). Red value is 176 (69.14% from 255 or 45.71% from 385); Green value is 34 (13.67% from 255 or 8.83% from 385); Blue value is 175 (68.75% from 255 or 45.45% from 385); Max value from RGB is 176 - color contains mainly: red. Hex color #B022AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B022AF is #4FDD50. Grayscale: #5C5C5C. Windows color (decimal): -5234001 or 11477680. OLE color: 11477680.

HSL color Cylindrical-coordinate representation of color #B022AF: hue angle of 300.42º 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 #B022AF is Cyan = 0, Magento = 0.81, Yellow = 0.01 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 34 175 -
CMYK 0 0.81 0.01 0.31
HSL 300.42º 0.68% 0.41% -
HSV(B) 300.42º 0.81% 0.69% -
XYZ 26.21 13.47 41.78 -
YUV 92.53 174.54 187.54 -
System Red Green Blue C M Y K H S L
Decimal 176 34 175 0 0.81 0.01 0.31 300.42 0.68 0.41
Hex B0 22 AF 0 51 1 1F 12C 44 29
Octal 260 42 257 0 121 1 37 454 104 51
Binary 10110000 100010 10101111 0 1010001 1 11111 100101100 1000100 101001

Color Harmonies of #B022AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B022AF

Black with #B022AF

Text Example


Text Example

White with #B022AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B022AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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