Html Css Color HEX #B908EC Electric Purple

📋 copy color: '#B908EC'

red 185 ◦ green 8 ◦ blue 236

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

Shades of Electric Purple #B908EC

Tints of Electric Purple #B908EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 55.01%

R = 43.12%
G = 1.86%
B = 55.01%

CMYK

 C value IS 0.22

 M value IS 0.97

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B908EC (or 0xB908EC) is known color: Electric Purple. HEX triplet: B9, 08 and EC. RGB value is (185,8,236). Sum of RGB (Red+Green+Blue) = 185+8+236=429 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.12% from 429); Green value is 8 (3.52% from 255 or 1.86% from 429); Blue value is 236 (92.58% from 255 or 55.01% from 429); Max value from RGB is 236 - color contains mainly: blue. Hex color #B908EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B908EC is #46F713. Grayscale: #565656. Windows color (decimal): -4650772 or 15468729. OLE color: 15468729.

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

Color convert

RGB 185 8 236 -
CMYK 0.22 0.97 0 0.07
HSL 286.58º 0.93% 0.48% -
HSV(B) 286.58º 0.97% 0.93% -
XYZ 35.23 16.54 80.69 -
YUV 86.92 212.14 197.96 -
System Red Green Blue C M Y K H S L
Decimal 185 8 236 0.22 0.97 0 0.07 286.58 0.93 0.48
Hex B9 8 EC 16 61 0 7 11F 5D 30
Octal 271 10 354 26 141 0 7 437 135 60
Binary 10111001 1000 11101100 10110 1100001 0 111 100011111 1011101 110000

Color Harmonies of #B908EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B908EC

Black with #B908EC

Text Example


Text Example

White with #B908EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B908EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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