Html Css Color HEX #B10FDC Dark Violet

📋 copy color: '#B10FDC'

red 177 ◦ green 15 ◦ blue 220

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

Shades of Dark Violet #B10FDC

Tints of Dark Violet #B10FDC

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.64%

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

R = 42.96%
G = 3.64%
B = 53.4%

CMYK

 C value IS 0.20

 M value IS 0.93

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B10FDC (or 0xB10FDC) is known color: Dark Violet. HEX triplet: B1, 0F and DC. RGB value is (177,15,220). Sum of RGB (Red+Green+Blue) = 177+15+220=412 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.96% from 412); Green value is 15 (6.25% from 255 or 3.64% from 412); Blue value is 220 (86.33% from 255 or 53.40% from 412); Max value from RGB is 220 - color contains mainly: blue. Hex color #B10FDC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B10FDC is #4EF023. Grayscale: #565656. Windows color (decimal): -5173284 or 14421937. OLE color: 14421937.

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

Color convert

RGB 177 15 220 -
CMYK 0.20 0.93 0 0.14
HSL 287.41º 0.87% 0.46% -
HSV(B) 287.41º 0.93% 0.86% -
XYZ 31.22 14.86 68.93 -
YUV 86.81 203.17 192.33 -
System Red Green Blue C M Y K H S L
Decimal 177 15 220 0.20 0.93 0 0.14 287.41 0.87 0.46
Hex B1 F DC 14 5D 0 E 11F 57 2E
Octal 261 17 334 24 135 0 16 437 127 56
Binary 10110001 1111 11011100 10100 1011101 0 1110 100011111 1010111 101110

Color Harmonies of #B10FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10FDC

Black with #B10FDC

Text Example


Text Example

White with #B10FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10FDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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