Html Css Color HEX #B221C1 Dark Orchid

📋 copy color: '#B221C1'

red 178 ◦ green 33 ◦ blue 193

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

Shades of Dark Orchid #B221C1

Tints of Dark Orchid #B221C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 47.77%

R = 44.06%
G = 8.17%
B = 47.77%

CMYK

 C value IS 0.08

 M value IS 0.83

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B221C1 (or 0xB221C1) is known color: Dark Orchid. HEX triplet: B2, 21 and C1. RGB value is (178,33,193). Sum of RGB (Red+Green+Blue) = 178+33+193=404 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.06% from 404); Green value is 33 (13.28% from 255 or 8.17% from 404); Blue value is 193 (75.78% from 255 or 47.77% from 404); Max value from RGB is 193 - color contains mainly: blue. Hex color #B221C1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B221C1 is #4DDE3E. Grayscale: #5E5E5E. Windows color (decimal): -5103167 or 12657074. OLE color: 12657074.

HSL color Cylindrical-coordinate representation of color #B221C1: hue angle of 294.38º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B221C1 is Cyan = 0.08, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 178 33 193 -
CMYK 0.08 0.83 0 0.24
HSL 294.38º 0.71% 0.44% -
HSV(B) 294.38º 0.83% 0.76% -
XYZ 28.53 14.4 51.73 -
YUV 94.6 183.54 187.49 -
System Red Green Blue C M Y K H S L
Decimal 178 33 193 0.08 0.83 0 0.24 294.38 0.71 0.44
Hex B2 21 C1 8 53 0 18 126 47 2C
Octal 262 41 301 10 123 0 30 446 107 54
Binary 10110010 100001 11000001 1000 1010011 0 11000 100100110 1000111 101100

Color Harmonies of #B221C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B221C1

Black with #B221C1

Text Example


Text Example

White with #B221C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B221C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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