Html Css Color HEX #B10BFD Electric Purple

📋 copy color: '#B10BFD'

red 177 ◦ green 11 ◦ blue 253

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

Shades of Electric Purple #B10BFD

Tints of Electric Purple #B10BFD

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.49%

 BLUE value IS 253 (99.22% from 255) = 57.37%

R = 40.14%
G = 2.49%
B = 57.37%

CMYK

 C value IS 0.30

 M value IS 0.96

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B10BFD (or 0xB10BFD) is known color: Electric Purple. HEX triplet: B1, 0B and FD. RGB value is (177,11,253). Sum of RGB (Red+Green+Blue) = 177+11+253=441 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.14% from 441); Green value is 11 (4.69% from 255 or 2.49% from 441); Blue value is 253 (99.22% from 255 or 57.37% from 441); Max value from RGB is 253 - color contains mainly: blue. Hex color #B10BFD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B10BFD is #4EF402. Grayscale: #575757. Windows color (decimal): -5174275 or 16583601. OLE color: 16583601.

HSL color Cylindrical-coordinate representation of color #B10BFD: hue angle of 281.16º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B10BFD is Cyan = 0.30, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 177 11 253 -
CMYK 0.30 0.96 0 0.01
HSL 281.16º 0.98% 0.52% -
HSV(B) 281.16º 0.96% 0.99% -
XYZ 35.98 16.68 94.25 -
YUV 88.22 221 191.32 -
System Red Green Blue C M Y K H S L
Decimal 177 11 253 0.30 0.96 0 0.01 281.16 0.98 0.52
Hex B1 B FD 1E 60 0 1 119 62 34
Octal 261 13 375 36 140 0 1 431 142 64
Binary 10110001 1011 11111101 11110 1100000 0 1 100011001 1100010 110100

Color Harmonies of #B10BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10BFD

Black with #B10BFD

Text Example


Text Example

White with #B10BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10BFD; }

 p { color: rgb(177,11,253); }

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

background-color css

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

 a { background-color: rgb(177,11,253); }

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

border-color css

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

 span { border-color: rgb(177,11,253); }

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