Html Css Color HEX #B221CC Dark Orchid

📋 copy color: '#B221CC'

red 178 ◦ green 33 ◦ blue 204

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

Shades of Dark Orchid #B221CC

Tints of Dark Orchid #B221CC

RGB

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

 GREEN value IS 33 (13.28% from 255) = 7.95%

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

R = 42.89%
G = 7.95%
B = 49.16%

CMYK

 C value IS 0.13

 M value IS 0.84

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B221CC (or 0xB221CC) is known color: Dark Orchid. HEX triplet: B2, 21 and CC. RGB value is (178,33,204). Sum of RGB (Red+Green+Blue) = 178+33+204=415 (54% of max value = 765). Red value is 178 (69.92% from 255 or 42.89% from 415); Green value is 33 (13.28% from 255 or 7.95% from 415); Blue value is 204 (80.08% from 255 or 49.16% from 415); Max value from RGB is 204 - color contains mainly: blue. Hex color #B221CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B221CC is #4DDE33. Grayscale: #5F5F5F. Windows color (decimal): -5103156 or 13377970. OLE color: 13377970.

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

Color convert

RGB 178 33 204 -
CMYK 0.13 0.84 0 0.2
HSL 290.88º 0.72% 0.46% -
HSV(B) 290.88º 0.84% 0.8% -
XYZ 29.8 14.91 58.43 -
YUV 95.85 189.04 186.6 -
System Red Green Blue C M Y K H S L
Decimal 178 33 204 0.13 0.84 0 0.2 290.88 0.72 0.46
Hex B2 21 CC D 54 0 14 123 48 2E
Octal 262 41 314 15 124 0 24 443 110 56
Binary 10110010 100001 11001100 1101 1010100 0 10100 100100011 1001000 101110

Color Harmonies of #B221CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B221CC

Black with #B221CC

Text Example


Text Example

White with #B221CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B221CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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