Html Css Color HEX #B220BC Dark Orchid

📋 copy color: '#B220BC'

red 178 ◦ green 32 ◦ blue 188

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

Shades of Dark Orchid #B220BC

Tints of Dark Orchid #B220BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 47.24%

R = 44.72%
G = 8.04%
B = 47.24%

CMYK

 C value IS 0.05

 M value IS 0.83

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B220BC (or 0xB220BC) is known color: Dark Orchid. HEX triplet: B2, 20 and BC. RGB value is (178,32,188). Sum of RGB (Red+Green+Blue) = 178+32+188=398 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.72% from 398); Green value is 32 (12.89% from 255 or 8.04% from 398); Blue value is 188 (73.83% from 255 or 47.24% from 398); Max value from RGB is 188 - color contains mainly: blue. Hex color #B220BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B220BC is #4DDF43. Grayscale: #5C5C5C. Windows color (decimal): -5103428 or 12329138. OLE color: 12329138.

HSL color Cylindrical-coordinate representation of color #B220BC: hue angle of 296.15º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B220BC is Cyan = 0.05, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 178 32 188 -
CMYK 0.05 0.83 0 0.26
HSL 296.15º 0.71% 0.43% -
HSV(B) 296.15º 0.83% 0.74% -
XYZ 27.95 14.13 48.83 -
YUV 93.44 181.37 188.32 -
System Red Green Blue C M Y K H S L
Decimal 178 32 188 0.05 0.83 0 0.26 296.15 0.71 0.43
Hex B2 20 BC 5 53 0 1A 128 47 2B
Octal 262 40 274 5 123 0 32 450 107 53
Binary 10110010 100000 10111100 101 1010011 0 11010 100101000 1000111 101011

Color Harmonies of #B220BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B220BC

Black with #B220BC

Text Example


Text Example

White with #B220BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B220BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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