Html Css Color HEX #B10DE0 Dark Violet

📋 copy color: '#B10DE0'

red 177 ◦ green 13 ◦ blue 224

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

Shades of Dark Violet #B10DE0

Tints of Dark Violet #B10DE0

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.14%

 BLUE value IS 224 (87.89% from 255) = 54.11%

R = 42.75%
G = 3.14%
B = 54.11%

CMYK

 C value IS 0.21

 M value IS 0.94

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B10DE0 (or 0xB10DE0) is known color: Dark Violet. HEX triplet: B1, 0D and E0. RGB value is (177,13,224). Sum of RGB (Red+Green+Blue) = 177+13+224=414 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.75% from 414); Green value is 13 (5.47% from 255 or 3.14% from 414); Blue value is 224 (87.89% from 255 or 54.11% from 414); Max value from RGB is 224 - color contains mainly: blue. Hex color #B10DE0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B10DE0 is #4EF21F. Grayscale: #555555. Windows color (decimal): -5173792 or 14683569. OLE color: 14683569.

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

Color convert

RGB 177 13 224 -
CMYK 0.21 0.94 0 0.12
HSL 286.64º 0.89% 0.46% -
HSV(B) 286.64º 0.94% 0.88% -
XYZ 31.73 15.02 71.75 -
YUV 86.09 205.83 192.84 -
System Red Green Blue C M Y K H S L
Decimal 177 13 224 0.21 0.94 0 0.12 286.64 0.89 0.46
Hex B1 D E0 15 5E 0 C 11F 59 2E
Octal 261 15 340 25 136 0 14 437 131 56
Binary 10110001 1101 11100000 10101 1011110 0 1100 100011111 1011001 101110

Color Harmonies of #B10DE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10DE0

Black with #B10DE0

Text Example


Text Example

White with #B10DE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10DE0; }

 p { color: rgb(177,13,224); }

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

background-color css

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

 a { background-color: rgb(177,13,224); }

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

border-color css

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

 span { border-color: rgb(177,13,224); }

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