Html Css Color HEX #B908FE Electric Purple

📋 copy color: '#B908FE'

red 185 ◦ green 8 ◦ blue 254

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

Shades of Electric Purple #B908FE

Tints of Electric Purple #B908FE

RGB

 RED value IS 185 (72.66% from 255) = 41.39%

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

 BLUE value IS 254 (99.61% from 255) = 56.82%

R = 41.39%
G = 1.79%
B = 56.82%

CMYK

 C value IS 0.27

 M value IS 0.97

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B908FE (or 0xB908FE) is known color: Electric Purple. HEX triplet: B9, 08 and FE. RGB value is (185,8,254). Sum of RGB (Red+Green+Blue) = 185+8+254=447 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.39% from 447); Green value is 8 (3.52% from 255 or 1.79% from 447); Blue value is 254 (99.61% from 255 or 56.82% from 447); Max value from RGB is 254 - color contains mainly: blue. Hex color #B908FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B908FE is #46F701. Grayscale: #585858. Windows color (decimal): -4650754 or 16648377. OLE color: 16648377.

HSL color Cylindrical-coordinate representation of color #B908FE: hue angle of 283.17º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B908FE is Cyan = 0.27, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 185 8 254 -
CMYK 0.27 0.97 0 0.00
HSL 283.17º 0.99% 0.51% -
HSV(B) 283.17º 0.97% 1% -
XYZ 37.98 17.64 95.17 -
YUV 88.97 221.14 196.5 -
System Red Green Blue C M Y K H S L
Decimal 185 8 254 0.27 0.97 0 0.00 283.17 0.99 0.51
Hex B9 8 FE 1B 61 0 0 11B 63 33
Octal 271 10 376 33 141 0 0 433 143 63
Binary 10111001 1000 11111110 11011 1100001 0 0 100011011 1100011 110011

Color Harmonies of #B908FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B908FE

Black with #B908FE

Text Example


Text Example

White with #B908FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B908FE; }

 p { color: rgb(185,8,254); }

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

background-color css

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

 a { background-color: rgb(185,8,254); }

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

border-color css

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

 span { border-color: rgb(185,8,254); }

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