Html Css Color HEX #B31ECE Dark Orchid

📋 copy color: '#B31ECE'

red 179 ◦ green 30 ◦ blue 206

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

Shades of Dark Orchid #B31ECE

Tints of Dark Orchid #B31ECE

RGB

 RED value IS 179 (70.31% from 255) = 43.13%

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

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

R = 43.13%
G = 7.23%
B = 49.64%

CMYK

 C value IS 0.13

 M value IS 0.85

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B31ECE (or 0xB31ECE) is known color: Dark Orchid. HEX triplet: B3, 1E and CE. RGB value is (179,30,206). Sum of RGB (Red+Green+Blue) = 179+30+206=415 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.13% from 415); Green value is 30 (12.11% from 255 or 7.23% from 415); Blue value is 206 (80.86% from 255 or 49.64% from 415); Max value from RGB is 206 - color contains mainly: blue. Hex color #B31ECE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B31ECE is #4CE131. Grayscale: #5E5E5E. Windows color (decimal): -5038386 or 13508275. OLE color: 13508275.

HSL color Cylindrical-coordinate representation of color #B31ECE: hue angle of 290.8º 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 #B31ECE is Cyan = 0.13, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 179 30 206 -
CMYK 0.13 0.85 0 0.19
HSL 290.8º 0.75% 0.46% -
HSV(B) 290.8º 0.85% 0.81% -
XYZ 30.2 14.97 59.69 -
YUV 94.62 190.86 188.19 -
System Red Green Blue C M Y K H S L
Decimal 179 30 206 0.13 0.85 0 0.19 290.8 0.75 0.46
Hex B3 1E CE D 55 0 13 123 4B 2E
Octal 263 36 316 15 125 0 23 443 113 56
Binary 10110011 11110 11001110 1101 1010101 0 10011 100100011 1001011 101110

Color Harmonies of #B31ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31ECE

Black with #B31ECE

Text Example


Text Example

White with #B31ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31ECE; }

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

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

background-color css

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

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

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

border-color css

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

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

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