Html Css Color HEX #B22CDE Dark Orchid

📋 copy color: '#B22CDE'

red 178 ◦ green 44 ◦ blue 222

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

Shades of Dark Orchid #B22CDE

Tints of Dark Orchid #B22CDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 50%

R = 40.09%
G = 9.91%
B = 50%

CMYK

 C value IS 0.20

 M value IS 0.80

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B22CDE (or 0xB22CDE) is known color: Dark Orchid. HEX triplet: B2, 2C and DE. RGB value is (178,44,222). Sum of RGB (Red+Green+Blue) = 178+44+222=444 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.09% from 444); Green value is 44 (17.58% from 255 or 9.91% from 444); Blue value is 222 (87.11% from 255 or 50% from 444); Max value from RGB is 222 - color contains mainly: blue. Hex color #B22CDE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B22CDE is #4DD321. Grayscale: #676767. Windows color (decimal): -5100322 or 14560434. OLE color: 14560434.

HSL color Cylindrical-coordinate representation of color #B22CDE: hue angle of 285.17º degrees, saturation: 0.73, 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 #B22CDE is Cyan = 0.20, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 178 44 222 -
CMYK 0.20 0.80 0 0.13
HSL 285.17º 0.73% 0.52% -
HSV(B) 285.17º 0.8% 0.87% -
XYZ 32.45 16.54 70.59 -
YUV 104.36 194.39 180.53 -
System Red Green Blue C M Y K H S L
Decimal 178 44 222 0.20 0.80 0 0.13 285.17 0.73 0.52
Hex B2 2C DE 14 50 0 D 11D 49 34
Octal 262 54 336 24 120 0 15 435 111 64
Binary 10110010 101100 11011110 10100 1010000 0 1101 100011101 1001001 110100

Color Harmonies of #B22CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22CDE

Black with #B22CDE

Text Example


Text Example

White with #B22CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22CDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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