Html Css Color HEX #B008FA Electric Purple

📋 copy color: '#B008FA'

red 176 ◦ green 8 ◦ blue 250

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

Shades of Electric Purple #B008FA

Tints of Electric Purple #B008FA

RGB

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

 GREEN value IS 8 (3.52% from 255) = 1.84%

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

R = 40.55%
G = 1.84%
B = 57.6%

CMYK

 C value IS 0.30

 M value IS 0.97

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B008FA (or 0xB008FA) is known color: Electric Purple. HEX triplet: B0, 08 and FA. RGB value is (176,8,250). Sum of RGB (Red+Green+Blue) = 176+8+250=434 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.55% from 434); Green value is 8 (3.52% from 255 or 1.84% from 434); Blue value is 250 (98.05% from 255 or 57.60% from 434); Max value from RGB is 250 - color contains mainly: blue. Hex color #B008FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B008FA is #4FF705. Grayscale: #555555. Windows color (decimal): -5240582 or 16386224. OLE color: 16386224.

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

Color convert

RGB 176 8 250 -
CMYK 0.30 0.97 0 0.02
HSL 281.65º 0.96% 0.51% -
HSV(B) 281.65º 0.97% 0.98% -
XYZ 35.25 16.31 91.73 -
YUV 85.82 220.66 192.32 -
System Red Green Blue C M Y K H S L
Decimal 176 8 250 0.30 0.97 0 0.02 281.65 0.96 0.51
Hex B0 8 FA 1E 61 0 2 11A 60 33
Octal 260 10 372 36 141 0 2 432 140 63
Binary 10110000 1000 11111010 11110 1100001 0 10 100011010 1100000 110011

Color Harmonies of #B008FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B008FA

Black with #B008FA

Text Example


Text Example

White with #B008FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B008FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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