Html Css Color HEX #B908FB Electric Purple

📋 copy color: '#B908FB'

red 185 ◦ green 8 ◦ blue 251

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

Shades of Electric Purple #B908FB

Tints of Electric Purple #B908FB

RGB

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

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

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

R = 41.67%
G = 1.8%
B = 56.53%

CMYK

 C value IS 0.26

 M value IS 0.97

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B908FB (or 0xB908FB) is known color: Electric Purple. HEX triplet: B9, 08 and FB. RGB value is (185,8,251). Sum of RGB (Red+Green+Blue) = 185+8+251=444 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.67% from 444); Green value is 8 (3.52% from 255 or 1.80% from 444); Blue value is 251 (98.44% from 255 or 56.53% from 444); Max value from RGB is 251 - color contains mainly: blue. Hex color #B908FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B908FB is #46F704. Grayscale: #575757. Windows color (decimal): -4650757 or 16451769. OLE color: 16451769.

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

Color convert

RGB 185 8 251 -
CMYK 0.26 0.97 0 0.02
HSL 283.7º 0.97% 0.51% -
HSV(B) 283.7º 0.97% 0.98% -
XYZ 37.51 17.45 92.66 -
YUV 88.63 219.64 196.74 -
System Red Green Blue C M Y K H S L
Decimal 185 8 251 0.26 0.97 0 0.02 283.7 0.97 0.51
Hex B9 8 FB 1A 61 0 2 11C 61 33
Octal 271 10 373 32 141 0 2 434 141 63
Binary 10111001 1000 11111011 11010 1100001 0 10 100011100 1100001 110011

Color Harmonies of #B908FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B908FB

Black with #B908FB

Text Example


Text Example

White with #B908FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B908FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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