Html Css Color HEX #B22DCC Dark Orchid

📋 copy color: '#B22DCC'

red 178 ◦ green 45 ◦ blue 204

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

Shades of Dark Orchid #B22DCC

Tints of Dark Orchid #B22DCC

RGB

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

 GREEN value IS 45 (17.97% from 255) = 10.54%

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

R = 41.69%
G = 10.54%
B = 47.78%

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

#B22DCC (or 0xB22DCC) is known color: Dark Orchid. HEX triplet: B2, 2D and CC. RGB value is (178,45,204). Sum of RGB (Red+Green+Blue) = 178+45+204=427 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.69% from 427); Green value is 45 (17.97% from 255 or 10.54% from 427); Blue value is 204 (80.08% from 255 or 47.78% from 427); Max value from RGB is 204 - color contains mainly: blue. Hex color #B22DCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B22DCC is #4DD233. Grayscale: #666666. Windows color (decimal): -5100084 or 13381042. OLE color: 13381042.

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

Color convert

RGB 178 45 204 -
CMYK 0.13 0.78 0 0.2
HSL 290.19º 0.64% 0.49% -
HSV(B) 290.19º 0.78% 0.8% -
XYZ 30.2 15.7 58.57 -
YUV 102.89 185.06 181.57 -
System Red Green Blue C M Y K H S L
Decimal 178 45 204 0.13 0.78 0 0.2 290.19 0.64 0.49
Hex B2 2D CC D 4E 0 14 122 40 31
Octal 262 55 314 15 116 0 24 442 100 61
Binary 10110010 101101 11001100 1101 1001110 0 10100 100100010 1000000 110001

Color Harmonies of #B22DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22DCC

Black with #B22DCC

Text Example


Text Example

White with #B22DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22DCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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