Html Css Color HEX #B220CE Dark Orchid

📋 copy color: '#B220CE'

red 178 ◦ green 32 ◦ blue 206

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

Shades of Dark Orchid #B220CE

Tints of Dark Orchid #B220CE

RGB

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

 GREEN value IS 32 (12.89% from 255) = 7.69%

 BLUE value IS 206 (80.86% from 255) = 49.52%

R = 42.79%
G = 7.69%
B = 49.52%

CMYK

 C value IS 0.14

 M value IS 0.84

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B220CE (or 0xB220CE) is known color: Dark Orchid. HEX triplet: B2, 20 and CE. RGB value is (178,32,206). Sum of RGB (Red+Green+Blue) = 178+32+206=416 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.79% from 416); Green value is 32 (12.89% from 255 or 7.69% from 416); Blue value is 206 (80.86% from 255 or 49.52% from 416); Max value from RGB is 206 - color contains mainly: blue. Hex color #B220CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B220CE is #4DDF31. Grayscale: #5E5E5E. Windows color (decimal): -5103410 or 13508786. OLE color: 13508786.

HSL color Cylindrical-coordinate representation of color #B220CE: hue angle of 290.34º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B220CE is Cyan = 0.14, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 178 32 206 -
CMYK 0.14 0.84 0 0.19
HSL 290.34º 0.73% 0.47% -
HSV(B) 290.34º 0.84% 0.81% -
XYZ 30.02 14.95 59.7 -
YUV 95.49 190.37 186.85 -
System Red Green Blue C M Y K H S L
Decimal 178 32 206 0.14 0.84 0 0.19 290.34 0.73 0.47
Hex B2 20 CE E 54 0 13 122 49 2F
Octal 262 40 316 16 124 0 23 442 111 57
Binary 10110010 100000 11001110 1110 1010100 0 10011 100100010 1001001 101111

Color Harmonies of #B220CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B220CE

Black with #B220CE

Text Example


Text Example

White with #B220CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B220CE; }

 p { color: rgb(178,32,206); }

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

background-color css

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

 a { background-color: rgb(178,32,206); }

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

border-color css

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

 span { border-color: rgb(178,32,206); }

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