Html Css Color HEX #B10EDC Dark Violet

📋 copy color: '#B10EDC'

red 177 ◦ green 14 ◦ blue 220

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

Shades of Dark Violet #B10EDC

Tints of Dark Violet #B10EDC

RGB

 RED value IS 177 (69.53% from 255) = 43.07%

 GREEN value IS 14 (5.86% from 255) = 3.41%

 BLUE value IS 220 (86.33% from 255) = 53.53%

R = 43.07%
G = 3.41%
B = 53.53%

CMYK

 C value IS 0.20

 M value IS 0.94

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B10EDC (or 0xB10EDC) is known color: Dark Violet. HEX triplet: B1, 0E and DC. RGB value is (177,14,220). Sum of RGB (Red+Green+Blue) = 177+14+220=411 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.07% from 411); Green value is 14 (5.86% from 255 or 3.41% from 411); Blue value is 220 (86.33% from 255 or 53.53% from 411); Max value from RGB is 220 - color contains mainly: blue. Hex color #B10EDC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B10EDC is #4EF123. Grayscale: #555555. Windows color (decimal): -5173540 or 14421681. OLE color: 14421681.

HSL color Cylindrical-coordinate representation of color #B10EDC: hue angle of 287.48º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B10EDC is Cyan = 0.20, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 177 14 220 -
CMYK 0.20 0.94 0 0.14
HSL 287.48º 0.88% 0.46% -
HSV(B) 287.48º 0.94% 0.86% -
XYZ 31.21 14.83 68.93 -
YUV 86.22 203.5 192.75 -
System Red Green Blue C M Y K H S L
Decimal 177 14 220 0.20 0.94 0 0.14 287.48 0.88 0.46
Hex B1 E DC 14 5E 0 E 11F 58 2E
Octal 261 16 334 24 136 0 16 437 130 56
Binary 10110001 1110 11011100 10100 1011110 0 1110 100011111 1011000 101110

Color Harmonies of #B10EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10EDC

Black with #B10EDC

Text Example


Text Example

White with #B10EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10EDC; }

 p { color: rgb(177,14,220); }

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

background-color css

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

 a { background-color: rgb(177,14,220); }

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

border-color css

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

 span { border-color: rgb(177,14,220); }

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