Html Css Color HEX #B22CDD Dark Orchid

📋 copy color: '#B22CDD'

red 178 ◦ green 44 ◦ blue 221

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

Shades of Dark Orchid #B22CDD

Tints of Dark Orchid #B22CDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 49.89%

R = 40.18%
G = 9.93%
B = 49.89%

CMYK

 C value IS 0.19

 M value IS 0.80

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B22CDD (or 0xB22CDD) is known color: Dark Orchid. HEX triplet: B2, 2C and DD. RGB value is (178,44,221). Sum of RGB (Red+Green+Blue) = 178+44+221=443 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.18% from 443); Green value is 44 (17.58% from 255 or 9.93% from 443); Blue value is 221 (86.72% from 255 or 49.89% from 443); Max value from RGB is 221 - color contains mainly: blue. Hex color #B22CDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B22CDD is #4DD322. Grayscale: #676767. Windows color (decimal): -5100323 or 14494898. OLE color: 14494898.

HSL color Cylindrical-coordinate representation of color #B22CDD: hue angle of 285.42º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B22CDD is Cyan = 0.19, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 178 44 221 -
CMYK 0.19 0.80 0 0.13
HSL 285.42º 0.72% 0.52% -
HSV(B) 285.42º 0.8% 0.87% -
XYZ 32.31 16.49 69.89 -
YUV 104.24 193.89 180.61 -
System Red Green Blue C M Y K H S L
Decimal 178 44 221 0.19 0.80 0 0.13 285.42 0.72 0.52
Hex B2 2C DD 13 50 0 D 11D 48 34
Octal 262 54 335 23 120 0 15 435 110 64
Binary 10110010 101100 11011101 10011 1010000 0 1101 100011101 1001000 110100

Color Harmonies of #B22CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22CDD

Black with #B22CDD

Text Example


Text Example

White with #B22CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22CDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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