Html Css Color HEX #B908EF Electric Purple

📋 copy color: '#B908EF'

red 185 ◦ green 8 ◦ blue 239

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

Shades of Electric Purple #B908EF

Tints of Electric Purple #B908EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 55.32%

R = 42.82%
G = 1.85%
B = 55.32%

CMYK

 C value IS 0.23

 M value IS 0.97

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B908EF (or 0xB908EF) is known color: Electric Purple. HEX triplet: B9, 08 and EF. RGB value is (185,8,239). Sum of RGB (Red+Green+Blue) = 185+8+239=432 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.82% from 432); Green value is 8 (3.52% from 255 or 1.85% from 432); Blue value is 239 (93.75% from 255 or 55.32% from 432); Max value from RGB is 239 - color contains mainly: blue. Hex color #B908EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B908EF is #46F710. Grayscale: #565656. Windows color (decimal): -4650769 or 15665337. OLE color: 15665337.

HSL color Cylindrical-coordinate representation of color #B908EF: hue angle of 285.97º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B908EF is Cyan = 0.23, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 185 8 239 -
CMYK 0.23 0.97 0 0.06
HSL 285.97º 0.94% 0.48% -
HSV(B) 285.97º 0.97% 0.94% -
XYZ 35.67 16.72 83.01 -
YUV 87.26 213.64 197.72 -
System Red Green Blue C M Y K H S L
Decimal 185 8 239 0.23 0.97 0 0.06 285.97 0.94 0.48
Hex B9 8 EF 17 61 0 6 11E 5E 30
Octal 271 10 357 27 141 0 6 436 136 60
Binary 10111001 1000 11101111 10111 1100001 0 110 100011110 1011110 110000

Color Harmonies of #B908EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B908EF

Black with #B908EF

Text Example


Text Example

White with #B908EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B908EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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