Html Css Color HEX #B10CDF Dark Violet

📋 copy color: '#B10CDF'

red 177 ◦ green 12 ◦ blue 223

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

Shades of Dark Violet #B10CDF

Tints of Dark Violet #B10CDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 54.13%

R = 42.96%
G = 2.91%
B = 54.13%

CMYK

 C value IS 0.21

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B10CDF (or 0xB10CDF) is known color: Dark Violet. HEX triplet: B1, 0C and DF. RGB value is (177,12,223). Sum of RGB (Red+Green+Blue) = 177+12+223=412 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.96% from 412); Green value is 12 (5.08% from 255 or 2.91% from 412); Blue value is 223 (87.5% from 255 or 54.13% from 412); Max value from RGB is 223 - color contains mainly: blue. Hex color #B10CDF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B10CDF is #4EF320. Grayscale: #545454. Windows color (decimal): -5174049 or 14617777. OLE color: 14617777.

HSL color Cylindrical-coordinate representation of color #B10CDF: hue angle of 286.92º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B10CDF is Cyan = 0.21, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 177 12 223 -
CMYK 0.21 0.95 0 0.13
HSL 286.92º 0.9% 0.46% -
HSV(B) 286.92º 0.95% 0.87% -
XYZ 31.58 14.94 71.03 -
YUV 85.39 205.66 193.34 -
System Red Green Blue C M Y K H S L
Decimal 177 12 223 0.21 0.95 0 0.13 286.92 0.9 0.46
Hex B1 C DF 15 5F 0 D 11F 5A 2E
Octal 261 14 337 25 137 0 15 437 132 56
Binary 10110001 1100 11011111 10101 1011111 0 1101 100011111 1011010 101110

Color Harmonies of #B10CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10CDF

Black with #B10CDF

Text Example


Text Example

White with #B10CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10CDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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