Html Css Color HEX #B101E1 Dark Violet

📋 copy color: '#B101E1'

red 177 ◦ green 1 ◦ blue 225

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

Shades of Dark Violet #B101E1

Tints of Dark Violet #B101E1

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.25%

 BLUE value IS 225 (88.28% from 255) = 55.83%

R = 43.92%
G = 0.25%
B = 55.83%

CMYK

 C value IS 0.21

 M value IS 1.00

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B101E1 (or 0xB101E1) is known color: Dark Violet. HEX triplet: B1, 01 and E1. RGB value is (177,1,225). Sum of RGB (Red+Green+Blue) = 177+1+225=403 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.92% from 403); Green value is 1 (0.78% from 255 or 0.25% from 403); Blue value is 225 (88.28% from 255 or 55.83% from 403); Max value from RGB is 225 - color contains mainly: blue. Hex color #B101E1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B101E1 is #4EFE1E. Grayscale: #4E4E4E. Windows color (decimal): -5176863 or 14746033. OLE color: 14746033.

HSL color Cylindrical-coordinate representation of color #B101E1: hue angle of 287.14º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B101E1 is Cyan = 0.21, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 177 1 225 -
CMYK 0.21 1.00 0 0.12
HSL 287.14º 0.99% 0.44% -
HSV(B) 287.14º 1% 0.88% -
XYZ 31.73 14.81 72.42 -
YUV 79.16 210.31 197.79 -
System Red Green Blue C M Y K H S L
Decimal 177 1 225 0.21 1.00 0 0.12 287.14 0.99 0.44
Hex B1 1 E1 15 64 0 C 11F 63 2C
Octal 261 1 341 25 144 0 14 437 143 54
Binary 10110001 1 11100001 10101 1100100 0 1100 100011111 1100011 101100

Color Harmonies of #B101E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B101E1

Black with #B101E1

Text Example


Text Example

White with #B101E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B101E1; }

 p { color: rgb(177,1,225); }

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

background-color css

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

 a { background-color: rgb(177,1,225); }

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

border-color css

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

 span { border-color: rgb(177,1,225); }

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