Html Css Color HEX #B022AD Dark Orchid

📋 copy color: '#B022AD'

red 176 ◦ green 34 ◦ blue 173

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

Shades of Dark Orchid #B022AD

Tints of Dark Orchid #B022AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 45.17%

R = 45.95%
G = 8.88%
B = 45.17%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#B022AD (or 0xB022AD) is known color: Dark Orchid. HEX triplet: B0, 22 and AD. RGB value is (176,34,173). Sum of RGB (Red+Green+Blue) = 176+34+173=383 (50% of max value = 765). Red value is 176 (69.14% from 255 or 45.95% from 383); Green value is 34 (13.67% from 255 or 8.88% from 383); Blue value is 173 (67.97% from 255 or 45.17% from 383); Max value from RGB is 176 - color contains mainly: red. Hex color #B022AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B022AD is #4FDD52. Grayscale: #5B5B5B. Windows color (decimal): -5234003 or 11346608. OLE color: 11346608.

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

Color convert

RGB 176 34 173 -
CMYK 0 0.81 0.02 0.31
HSL 301.27º 0.68% 0.41% -
HSV(B) 301.27º 0.81% 0.69% -
XYZ 26.02 13.39 40.75 -
YUV 92.3 173.54 187.7 -
System Red Green Blue C M Y K H S L
Decimal 176 34 173 0 0.81 0.02 0.31 301.27 0.68 0.41
Hex B0 22 AD 0 51 2 1F 12D 44 29
Octal 260 42 255 0 121 2 37 455 104 51
Binary 10110000 100010 10101101 0 1010001 10 11111 100101101 1000100 101001

Color Harmonies of #B022AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B022AD

Black with #B022AD

Text Example


Text Example

White with #B022AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B022AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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