Html Css Color HEX #B22ACC Dark Orchid

📋 copy color: '#B22ACC'

red 178 ◦ green 42 ◦ blue 204

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

Shades of Dark Orchid #B22ACC

Tints of Dark Orchid #B22ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 48.11%

R = 41.98%
G = 9.91%
B = 48.11%

CMYK

 C value IS 0.13

 M value IS 0.79

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B22ACC (or 0xB22ACC) is known color: Dark Orchid. HEX triplet: B2, 2A and CC. RGB value is (178,42,204). Sum of RGB (Red+Green+Blue) = 178+42+204=424 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.98% from 424); Green value is 42 (16.80% from 255 or 9.91% from 424); Blue value is 204 (80.08% from 255 or 48.11% from 424); Max value from RGB is 204 - color contains mainly: blue. Hex color #B22ACC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B22ACC is #4DD533. Grayscale: #646464. Windows color (decimal): -5100852 or 13380274. OLE color: 13380274.

HSL color Cylindrical-coordinate representation of color #B22ACC: hue angle of 290.37º 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 #B22ACC is Cyan = 0.13, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 178 42 204 -
CMYK 0.13 0.79 0 0.2
HSL 290.37º 0.66% 0.48% -
HSV(B) 290.37º 0.79% 0.8% -
XYZ 30.09 15.48 58.53 -
YUV 101.13 186.06 182.83 -
System Red Green Blue C M Y K H S L
Decimal 178 42 204 0.13 0.79 0 0.2 290.37 0.66 0.48
Hex B2 2A CC D 4F 0 14 122 42 30
Octal 262 52 314 15 117 0 24 442 102 60
Binary 10110010 101010 11001100 1101 1001111 0 10100 100100010 1000010 110000

Color Harmonies of #B22ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22ACC

Black with #B22ACC

Text Example


Text Example

White with #B22ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22ACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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