Html Css Color HEX #B22CCB Dark Orchid

📋 copy color: '#B22CCB'

red 178 ◦ green 44 ◦ blue 203

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

Shades of Dark Orchid #B22CCB

Tints of Dark Orchid #B22CCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 47.76%

R = 41.88%
G = 10.35%
B = 47.76%

CMYK

 C value IS 0.12

 M value IS 0.78

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B22CCB (or 0xB22CCB) is known color: Dark Orchid. HEX triplet: B2, 2C and CB. RGB value is (178,44,203). Sum of RGB (Red+Green+Blue) = 178+44+203=425 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.88% from 425); Green value is 44 (17.58% from 255 or 10.35% from 425); Blue value is 203 (79.69% from 255 or 47.76% from 425); Max value from RGB is 203 - color contains mainly: blue. Hex color #B22CCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B22CCB is #4DD334. Grayscale: #656565. Windows color (decimal): -5100341 or 13315250. OLE color: 13315250.

HSL color Cylindrical-coordinate representation of color #B22CCB: hue angle of 290.57º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B22CCB is Cyan = 0.12, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 178 44 203 -
CMYK 0.12 0.78 0 0.20
HSL 290.57º 0.64% 0.48% -
HSV(B) 290.57º 0.78% 0.8% -
XYZ 30.04 15.58 57.92 -
YUV 102.19 184.89 182.07 -
System Red Green Blue C M Y K H S L
Decimal 178 44 203 0.12 0.78 0 0.20 290.57 0.64 0.48
Hex B2 2C CB C 4E 0 14 123 40 30
Octal 262 54 313 14 116 0 24 443 100 60
Binary 10110010 101100 11001011 1100 1001110 0 10100 100100011 1000000 110000

Color Harmonies of #B22CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22CCB

Black with #B22CCB

Text Example


Text Example

White with #B22CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22CCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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