Html Css Color HEX #B21ECC Dark Orchid

📋 copy color: '#B21ECC'

red 178 ◦ green 30 ◦ blue 204

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

Shades of Dark Orchid #B21ECC

Tints of Dark Orchid #B21ECC

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.28%

 BLUE value IS 204 (80.08% from 255) = 49.51%

R = 43.2%
G = 7.28%
B = 49.51%

CMYK

 C value IS 0.13

 M value IS 0.85

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B21ECC (or 0xB21ECC) is known color: Dark Orchid. HEX triplet: B2, 1E and CC. RGB value is (178,30,204). Sum of RGB (Red+Green+Blue) = 178+30+204=412 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.20% from 412); Green value is 30 (12.11% from 255 or 7.28% from 412); Blue value is 204 (80.08% from 255 or 49.51% from 412); Max value from RGB is 204 - color contains mainly: blue. Hex color #B21ECC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B21ECC is #4DE133. Grayscale: #5D5D5D. Windows color (decimal): -5103924 or 13377202. OLE color: 13377202.

HSL color Cylindrical-coordinate representation of color #B21ECC: hue angle of 291.03º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B21ECC is Cyan = 0.13, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 178 30 204 -
CMYK 0.13 0.85 0 0.2
HSL 291.03º 0.74% 0.46% -
HSV(B) 291.03º 0.85% 0.8% -
XYZ 29.72 14.75 58.41 -
YUV 94.09 190.03 187.85 -
System Red Green Blue C M Y K H S L
Decimal 178 30 204 0.13 0.85 0 0.2 291.03 0.74 0.46
Hex B2 1E CC D 55 0 14 123 4A 2E
Octal 262 36 314 15 125 0 24 443 112 56
Binary 10110010 11110 11001100 1101 1010101 0 10100 100100011 1001010 101110

Color Harmonies of #B21ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21ECC

Black with #B21ECC

Text Example


Text Example

White with #B21ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21ECC; }

 p { color: rgb(178,30,204); }

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

background-color css

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

 a { background-color: rgb(178,30,204); }

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

border-color css

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

 span { border-color: rgb(178,30,204); }

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