Html Css Color HEX #B010FD Electric Purple

📋 copy color: '#B010FD'

red 176 ◦ green 16 ◦ blue 253

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

Shades of Electric Purple #B010FD

Tints of Electric Purple #B010FD

RGB

 RED value IS 176 (69.14% from 255) = 39.55%

 GREEN value IS 16 (6.64% from 255) = 3.6%

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

R = 39.55%
G = 3.6%
B = 56.85%

CMYK

 C value IS 0.30

 M value IS 0.94

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B010FD (or 0xB010FD) is known color: Electric Purple. HEX triplet: B0, 10 and FD. RGB value is (176,16,253). Sum of RGB (Red+Green+Blue) = 176+16+253=445 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.55% from 445); Green value is 16 (6.64% from 255 or 3.60% from 445); Blue value is 253 (99.22% from 255 or 56.85% from 445); Max value from RGB is 253 - color contains mainly: blue. Hex color #B010FD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B010FD is #4FEF02. Grayscale: #5A5A5A. Windows color (decimal): -5238531 or 16584880. OLE color: 16584880.

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

Color convert

RGB 176 16 253 -
CMYK 0.30 0.94 0 0.01
HSL 280.51º 0.98% 0.53% -
HSV(B) 280.51º 0.94% 0.99% -
XYZ 35.82 16.69 94.26 -
YUV 90.86 219.51 188.73 -
System Red Green Blue C M Y K H S L
Decimal 176 16 253 0.30 0.94 0 0.01 280.51 0.98 0.53
Hex B0 10 FD 1E 5E 0 1 119 62 35
Octal 260 20 375 36 136 0 1 431 142 65
Binary 10110000 10000 11111101 11110 1011110 0 1 100011001 1100010 110101

Color Harmonies of #B010FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B010FD

Black with #B010FD

Text Example


Text Example

White with #B010FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B010FD; }

 p { color: rgb(176,16,253); }

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

background-color css

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

 a { background-color: rgb(176,16,253); }

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

border-color css

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

 span { border-color: rgb(176,16,253); }

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