Html Css Color HEX #B221BD Dark Orchid

📋 copy color: '#B221BD'

red 178 ◦ green 33 ◦ blue 189

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

Shades of Dark Orchid #B221BD

Tints of Dark Orchid #B221BD

RGB

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

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

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

R = 44.5%
G = 8.25%
B = 47.25%

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

#B221BD (or 0xB221BD) is known color: Dark Orchid. HEX triplet: B2, 21 and BD. RGB value is (178,33,189). Sum of RGB (Red+Green+Blue) = 178+33+189=400 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.5% from 400); Green value is 33 (13.28% from 255 or 8.25% from 400); Blue value is 189 (74.22% from 255 or 47.25% from 400); Max value from RGB is 189 - color contains mainly: blue. Hex color #B221BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B221BD is #4DDE42. Grayscale: #5D5D5D. Windows color (decimal): -5103171 or 12394930. OLE color: 12394930.

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

Color convert

RGB 178 33 189 -
CMYK 0.06 0.83 0 0.26
HSL 295.77º 0.7% 0.44% -
HSV(B) 295.77º 0.83% 0.74% -
XYZ 28.09 14.23 49.41 -
YUV 94.14 181.54 187.82 -
System Red Green Blue C M Y K H S L
Decimal 178 33 189 0.06 0.83 0 0.26 295.77 0.7 0.44
Hex B2 21 BD 6 53 0 1A 128 46 2C
Octal 262 41 275 6 123 0 32 450 106 54
Binary 10110010 100001 10111101 110 1010011 0 11010 100101000 1000110 101100

Color Harmonies of #B221BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B221BD

Black with #B221BD

Text Example


Text Example

White with #B221BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B221BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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