Html Css Color HEX #B21ECE Dark Orchid

📋 copy color: '#B21ECE'

red 178 ◦ green 30 ◦ blue 206

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

Shades of Dark Orchid #B21ECE

Tints of Dark Orchid #B21ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 49.76%

R = 43%
G = 7.25%
B = 49.76%

CMYK

 C value IS 0.14

 M value IS 0.85

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B21ECE (or 0xB21ECE) is known color: Dark Orchid. HEX triplet: B2, 1E and CE. RGB value is (178,30,206). Sum of RGB (Red+Green+Blue) = 178+30+206=414 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.00% from 414); Green value is 30 (12.11% from 255 or 7.25% from 414); Blue value is 206 (80.86% from 255 or 49.76% from 414); Max value from RGB is 206 - color contains mainly: blue. Hex color #B21ECE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B21ECE is #4DE131. Grayscale: #5D5D5D. Windows color (decimal): -5103922 or 13508274. OLE color: 13508274.

HSL color Cylindrical-coordinate representation of color #B21ECE: hue angle of 290.45º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B21ECE is Cyan = 0.14, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 178 30 206 -
CMYK 0.14 0.85 0 0.19
HSL 290.45º 0.75% 0.46% -
HSV(B) 290.45º 0.85% 0.81% -
XYZ 29.96 14.85 59.68 -
YUV 94.32 191.03 187.69 -
System Red Green Blue C M Y K H S L
Decimal 178 30 206 0.14 0.85 0 0.19 290.45 0.75 0.46
Hex B2 1E CE E 55 0 13 122 4B 2E
Octal 262 36 316 16 125 0 23 442 113 56
Binary 10110010 11110 11001110 1110 1010101 0 10011 100100010 1001011 101110

Color Harmonies of #B21ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21ECE

Black with #B21ECE

Text Example


Text Example

White with #B21ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21ECE; }

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

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

background-color css

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

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

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

border-color css

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

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

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