Html Css Color HEX #B22ACB Dark Orchid

📋 copy color: '#B22ACB'

red 178 ◦ green 42 ◦ blue 203

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

Shades of Dark Orchid #B22ACB

Tints of Dark Orchid #B22ACB

RGB

 RED value IS 178 (69.92% from 255) = 42.08%

 GREEN value IS 42 (16.8% from 255) = 9.93%

 BLUE value IS 203 (79.69% from 255) = 47.99%

R = 42.08%
G = 9.93%
B = 47.99%

CMYK

 C value IS 0.12

 M value IS 0.79

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B22ACB (or 0xB22ACB) is known color: Dark Orchid. HEX triplet: B2, 2A and CB. RGB value is (178,42,203). Sum of RGB (Red+Green+Blue) = 178+42+203=423 (56% of max value = 765). Red value is 178 (69.92% from 255 or 42.08% from 423); Green value is 42 (16.80% from 255 or 9.93% from 423); Blue value is 203 (79.69% from 255 or 47.99% from 423); Max value from RGB is 203 - color contains mainly: blue. Hex color #B22ACB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B22ACB is #4DD534. Grayscale: #646464. Windows color (decimal): -5100853 or 13314738. OLE color: 13314738.

HSL color Cylindrical-coordinate representation of color #B22ACB: hue angle of 290.68º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B22ACB is Cyan = 0.12, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 178 42 203 -
CMYK 0.12 0.79 0 0.20
HSL 290.68º 0.66% 0.48% -
HSV(B) 290.68º 0.79% 0.8% -
XYZ 29.97 15.43 57.9 -
YUV 101.02 185.56 182.91 -
System Red Green Blue C M Y K H S L
Decimal 178 42 203 0.12 0.79 0 0.20 290.68 0.66 0.48
Hex B2 2A CB C 4F 0 14 123 42 30
Octal 262 52 313 14 117 0 24 443 102 60
Binary 10110010 101010 11001011 1100 1001111 0 10100 100100011 1000010 110000

Color Harmonies of #B22ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22ACB

Black with #B22ACB

Text Example


Text Example

White with #B22ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22ACB; }

 p { color: rgb(178,42,203); }

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

background-color css

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

 a { background-color: rgb(178,42,203); }

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

border-color css

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

 span { border-color: rgb(178,42,203); }

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