Html Css Color HEX #B22CCC Dark Orchid

📋 copy color: '#B22CCC'

red 178 ◦ green 44 ◦ blue 204

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

Shades of Dark Orchid #B22CCC

Tints of Dark Orchid #B22CCC

RGB

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

 GREEN value IS 44 (17.58% from 255) = 10.33%

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

R = 41.78%
G = 10.33%
B = 47.89%

CMYK

 C value IS 0.13

 M value IS 0.78

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B22CCC (or 0xB22CCC) is known color: Dark Orchid. HEX triplet: B2, 2C and CC. RGB value is (178,44,204). Sum of RGB (Red+Green+Blue) = 178+44+204=426 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.78% from 426); Green value is 44 (17.58% from 255 or 10.33% from 426); Blue value is 204 (80.08% from 255 or 47.89% from 426); Max value from RGB is 204 - color contains mainly: blue. Hex color #B22CCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B22CCC is #4DD333. Grayscale: #656565. Windows color (decimal): -5100340 or 13380786. OLE color: 13380786.

HSL color Cylindrical-coordinate representation of color #B22CCC: hue angle of 290.25º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B22CCC is Cyan = 0.13, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 178 44 204 -
CMYK 0.13 0.78 0 0.2
HSL 290.25º 0.65% 0.49% -
HSV(B) 290.25º 0.78% 0.8% -
XYZ 30.16 15.63 58.55 -
YUV 102.31 185.39 181.99 -
System Red Green Blue C M Y K H S L
Decimal 178 44 204 0.13 0.78 0 0.2 290.25 0.65 0.49
Hex B2 2C CC D 4E 0 14 122 41 31
Octal 262 54 314 15 116 0 24 442 101 61
Binary 10110010 101100 11001100 1101 1001110 0 10100 100100010 1000001 110001

Color Harmonies of #B22CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22CCC

Black with #B22CCC

Text Example


Text Example

White with #B22CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22CCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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