Html Css Color HEX #B102E1 Dark Violet

📋 copy color: '#B102E1'

red 177 ◦ green 2 ◦ blue 225

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

Shades of Dark Violet #B102E1

Tints of Dark Violet #B102E1

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.5%

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

R = 43.81%
G = 0.5%
B = 55.69%

CMYK

 C value IS 0.21

 M value IS 0.99

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B102E1 (or 0xB102E1) is known color: Dark Violet. HEX triplet: B1, 02 and E1. RGB value is (177,2,225). Sum of RGB (Red+Green+Blue) = 177+2+225=404 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.81% from 404); Green value is 2 (1.17% from 255 or 0.50% from 404); Blue value is 225 (88.28% from 255 or 55.69% from 404); Max value from RGB is 225 - color contains mainly: blue. Hex color #B102E1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B102E1 is #4EFD1E. Grayscale: #4F4F4F. Windows color (decimal): -5176607 or 14746289. OLE color: 14746289.

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

Color convert

RGB 177 2 225 -
CMYK 0.21 0.99 0 0.12
HSL 287.09º 0.98% 0.45% -
HSV(B) 287.09º 0.99% 0.88% -
XYZ 31.74 14.83 72.42 -
YUV 79.75 209.98 197.37 -
System Red Green Blue C M Y K H S L
Decimal 177 2 225 0.21 0.99 0 0.12 287.09 0.98 0.45
Hex B1 2 E1 15 63 0 C 11F 62 2D
Octal 261 2 341 25 143 0 14 437 142 55
Binary 10110001 10 11100001 10101 1100011 0 1100 100011111 1100010 101101

Color Harmonies of #B102E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B102E1

Black with #B102E1

Text Example


Text Example

White with #B102E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B102E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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