Html Css Color HEX #B010FA Electric Purple

📋 copy color: '#B010FA'

red 176 ◦ green 16 ◦ blue 250

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

Shades of Electric Purple #B010FA

Tints of Electric Purple #B010FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 56.56%

R = 39.82%
G = 3.62%
B = 56.56%

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

#B010FA (or 0xB010FA) is known color: Electric Purple. HEX triplet: B0, 10 and FA. RGB value is (176,16,250). Sum of RGB (Red+Green+Blue) = 176+16+250=442 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.82% from 442); Green value is 16 (6.64% from 255 or 3.62% from 442); Blue value is 250 (98.05% from 255 or 56.56% from 442); Max value from RGB is 250 - color contains mainly: blue. Hex color #B010FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B010FA is #4FEF05. Grayscale: #595959. Windows color (decimal): -5238534 or 16388272. OLE color: 16388272.

HSL color Cylindrical-coordinate representation of color #B010FA: hue angle of 281.03º degrees, saturation: 0.96, 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 #B010FA is Cyan = 0.30, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 176 16 250 -
CMYK 0.30 0.94 0 0.02
HSL 281.03º 0.96% 0.52% -
HSV(B) 281.03º 0.94% 0.98% -
XYZ 35.35 16.5 91.76 -
YUV 90.52 218.01 188.97 -
System Red Green Blue C M Y K H S L
Decimal 176 16 250 0.30 0.94 0 0.02 281.03 0.96 0.52
Hex B0 10 FA 1E 5E 0 2 119 60 34
Octal 260 20 372 36 136 0 2 431 140 64
Binary 10110000 10000 11111010 11110 1011110 0 10 100011001 1100000 110100

Color Harmonies of #B010FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B010FA

Black with #B010FA

Text Example


Text Example

White with #B010FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B010FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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