Html Css Color HEX #B010FB Electric Purple

📋 copy color: '#B010FB'

red 176 ◦ green 16 ◦ blue 251

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

Shades of Electric Purple #B010FB

Tints of Electric Purple #B010FB

RGB

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

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

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

R = 39.73%
G = 3.61%
B = 56.66%

CMYK

 C value IS 0.30

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B010FB (or 0xB010FB) is known color: Electric Purple. HEX triplet: B0, 10 and FB. RGB value is (176,16,251). Sum of RGB (Red+Green+Blue) = 176+16+251=443 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.73% from 443); Green value is 16 (6.64% from 255 or 3.61% from 443); Blue value is 251 (98.44% from 255 or 56.66% from 443); Max value from RGB is 251 - color contains mainly: blue. Hex color #B010FB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B010FB is #4FEF04. Grayscale: #595959. Windows color (decimal): -5238533 or 16453808. OLE color: 16453808.

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

Color convert

RGB 176 16 251 -
CMYK 0.30 0.94 0 0.02
HSL 280.85º 0.97% 0.52% -
HSV(B) 280.85º 0.94% 0.98% -
XYZ 35.5 16.57 92.59 -
YUV 90.63 218.51 188.89 -
System Red Green Blue C M Y K H S L
Decimal 176 16 251 0.30 0.94 0 0.02 280.85 0.97 0.52
Hex B0 10 FB 1E 5E 0 2 119 61 34
Octal 260 20 373 36 136 0 2 431 141 64
Binary 10110000 10000 11111011 11110 1011110 0 10 100011001 1100001 110100

Color Harmonies of #B010FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B010FB

Black with #B010FB

Text Example


Text Example

White with #B010FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B010FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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