Html Css Color HEX #B10CDB Dark Violet

📋 copy color: '#B10CDB'

red 177 ◦ green 12 ◦ blue 219

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

Shades of Dark Violet #B10CDB

Tints of Dark Violet #B10CDB

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.94%

 BLUE value IS 219 (85.94% from 255) = 53.68%

R = 43.38%
G = 2.94%
B = 53.68%

CMYK

 C value IS 0.19

 M value IS 0.95

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B10CDB (or 0xB10CDB) is known color: Dark Violet. HEX triplet: B1, 0C and DB. RGB value is (177,12,219). Sum of RGB (Red+Green+Blue) = 177+12+219=408 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.38% from 408); Green value is 12 (5.08% from 255 or 2.94% from 408); Blue value is 219 (85.94% from 255 or 53.68% from 408); Max value from RGB is 219 - color contains mainly: blue. Hex color #B10CDB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B10CDB is #4EF324. Grayscale: #545454. Windows color (decimal): -5174053 or 14355633. OLE color: 14355633.

HSL color Cylindrical-coordinate representation of color #B10CDB: hue angle of 287.83º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B10CDB is Cyan = 0.19, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 177 12 219 -
CMYK 0.19 0.95 0 0.14
HSL 287.83º 0.9% 0.45% -
HSV(B) 287.83º 0.95% 0.86% -
XYZ 31.05 14.72 68.22 -
YUV 84.93 203.66 193.67 -
System Red Green Blue C M Y K H S L
Decimal 177 12 219 0.19 0.95 0 0.14 287.83 0.9 0.45
Hex B1 C DB 13 5F 0 E 120 5A 2D
Octal 261 14 333 23 137 0 16 440 132 55
Binary 10110001 1100 11011011 10011 1011111 0 1110 100100000 1011010 101101

Color Harmonies of #B10CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10CDB

Black with #B10CDB

Text Example


Text Example

White with #B10CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10CDB; }

 p { color: rgb(177,12,219); }

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

background-color css

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

 a { background-color: rgb(177,12,219); }

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

border-color css

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

 span { border-color: rgb(177,12,219); }

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