Html Css Color HEX #B220BD Dark Orchid

📋 copy color: '#B220BD'

red 178 ◦ green 32 ◦ blue 189

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

Shades of Dark Orchid #B220BD

Tints of Dark Orchid #B220BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 47.37%

R = 44.61%
G = 8.02%
B = 47.37%

CMYK

 C value IS 0.06

 M value IS 0.83

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B220BD (or 0xB220BD) is known color: Dark Orchid. HEX triplet: B2, 20 and BD. RGB value is (178,32,189). Sum of RGB (Red+Green+Blue) = 178+32+189=399 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.61% from 399); Green value is 32 (12.89% from 255 or 8.02% from 399); Blue value is 189 (74.22% from 255 or 47.37% from 399); Max value from RGB is 189 - color contains mainly: blue. Hex color #B220BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B220BD is #4DDF42. Grayscale: #5D5D5D. Windows color (decimal): -5103427 or 12394674. OLE color: 12394674.

HSL color Cylindrical-coordinate representation of color #B220BD: hue angle of 295.8º 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 #B220BD is Cyan = 0.06, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 178 32 189 -
CMYK 0.06 0.83 0 0.26
HSL 295.8º 0.71% 0.43% -
HSV(B) 295.8º 0.83% 0.74% -
XYZ 28.06 14.17 49.4 -
YUV 93.55 181.87 188.23 -
System Red Green Blue C M Y K H S L
Decimal 178 32 189 0.06 0.83 0 0.26 295.8 0.71 0.43
Hex B2 20 BD 6 53 0 1A 128 47 2B
Octal 262 40 275 6 123 0 32 450 107 53
Binary 10110010 100000 10111101 110 1010011 0 11010 100101000 1000111 101011

Color Harmonies of #B220BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B220BD

Black with #B220BD

Text Example


Text Example

White with #B220BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B220BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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