Html Css Color HEX #B10EDA Dark Violet

📋 copy color: '#B10EDA'

red 177 ◦ green 14 ◦ blue 218

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

Shades of Dark Violet #B10EDA

Tints of Dark Violet #B10EDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 53.3%

R = 43.28%
G = 3.42%
B = 53.3%

CMYK

 C value IS 0.19

 M value IS 0.94

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B10EDA (or 0xB10EDA) is known color: Dark Violet. HEX triplet: B1, 0E and DA. RGB value is (177,14,218). Sum of RGB (Red+Green+Blue) = 177+14+218=409 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.28% from 409); Green value is 14 (5.86% from 255 or 3.42% from 409); Blue value is 218 (85.55% from 255 or 53.30% from 409); Max value from RGB is 218 - color contains mainly: blue. Hex color #B10EDA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B10EDA is #4EF125. Grayscale: #555555. Windows color (decimal): -5173542 or 14290609. OLE color: 14290609.

HSL color Cylindrical-coordinate representation of color #B10EDA: hue angle of 287.94º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B10EDA is Cyan = 0.19, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 177 14 218 -
CMYK 0.19 0.94 0 0.15
HSL 287.94º 0.88% 0.45% -
HSV(B) 287.94º 0.94% 0.85% -
XYZ 30.94 14.72 67.54 -
YUV 85.99 202.5 192.91 -
System Red Green Blue C M Y K H S L
Decimal 177 14 218 0.19 0.94 0 0.15 287.94 0.88 0.45
Hex B1 E DA 13 5E 0 F 120 58 2D
Octal 261 16 332 23 136 0 17 440 130 55
Binary 10110001 1110 11011010 10011 1011110 0 1111 100100000 1011000 101101

Color Harmonies of #B10EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10EDA

Black with #B10EDA

Text Example


Text Example

White with #B10EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10EDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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