Html Css Color HEX #B10DFB Electric Purple

📋 copy color: '#B10DFB'

red 177 ◦ green 13 ◦ blue 251

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

Shades of Electric Purple #B10DFB

Tints of Electric Purple #B10DFB

RGB

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

 GREEN value IS 13 (5.47% from 255) = 2.95%

 BLUE value IS 251 (98.44% from 255) = 56.92%

R = 40.14%
G = 2.95%
B = 56.92%

CMYK

 C value IS 0.29

 M value IS 0.95

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B10DFB (or 0xB10DFB) is known color: Electric Purple. HEX triplet: B1, 0D and FB. RGB value is (177,13,251). Sum of RGB (Red+Green+Blue) = 177+13+251=441 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.14% from 441); Green value is 13 (5.47% from 255 or 2.95% from 441); Blue value is 251 (98.44% from 255 or 56.92% from 441); Max value from RGB is 251 - color contains mainly: blue. Hex color #B10DFB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B10DFB is #4EF204. Grayscale: #585858. Windows color (decimal): -5173765 or 16453041. OLE color: 16453041.

HSL color Cylindrical-coordinate representation of color #B10DFB: hue angle of 281.34º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B10DFB is Cyan = 0.29, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 177 13 251 -
CMYK 0.29 0.95 0 0.02
HSL 281.34º 0.97% 0.52% -
HSV(B) 281.34º 0.95% 0.98% -
XYZ 35.69 16.6 92.59 -
YUV 89.17 219.33 190.65 -
System Red Green Blue C M Y K H S L
Decimal 177 13 251 0.29 0.95 0 0.02 281.34 0.97 0.52
Hex B1 D FB 1D 5F 0 2 119 61 34
Octal 261 15 373 35 137 0 2 431 141 64
Binary 10110001 1101 11111011 11101 1011111 0 10 100011001 1100001 110100

Color Harmonies of #B10DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10DFB

Black with #B10DFB

Text Example


Text Example

White with #B10DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10DFB; }

 p { color: rgb(177,13,251); }

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

background-color css

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

 a { background-color: rgb(177,13,251); }

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

border-color css

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

 span { border-color: rgb(177,13,251); }

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