Html Css Color HEX #B102E0 Dark Violet

📋 copy color: '#B102E0'

red 177 ◦ green 2 ◦ blue 224

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

Shades of Dark Violet #B102E0

Tints of Dark Violet #B102E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 55.58%

R = 43.92%
G = 0.5%
B = 55.58%

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

#B102E0 (or 0xB102E0) is known color: Dark Violet. HEX triplet: B1, 02 and E0. RGB value is (177,2,224). Sum of RGB (Red+Green+Blue) = 177+2+224=403 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.92% from 403); Green value is 2 (1.17% from 255 or 0.50% from 403); Blue value is 224 (87.89% from 255 or 55.58% from 403); Max value from RGB is 224 - color contains mainly: blue. Hex color #B102E0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B102E0 is #4EFD1F. Grayscale: #4E4E4E. Windows color (decimal): -5176608 or 14680753. OLE color: 14680753.

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

Color convert

RGB 177 2 224 -
CMYK 0.21 0.99 0 0.12
HSL 287.3º 0.98% 0.44% -
HSV(B) 287.3º 0.99% 0.88% -
XYZ 31.61 14.77 71.71 -
YUV 79.63 209.48 197.45 -
System Red Green Blue C M Y K H S L
Decimal 177 2 224 0.21 0.99 0 0.12 287.3 0.98 0.44
Hex B1 2 E0 15 63 0 C 11F 62 2C
Octal 261 2 340 25 143 0 14 437 142 54
Binary 10110001 10 11100000 10101 1100011 0 1100 100011111 1100010 101100

Color Harmonies of #B102E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B102E0

Black with #B102E0

Text Example


Text Example

White with #B102E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B102E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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