Html Css Color HEX #B908E5 Electric Purple

📋 copy color: '#B908E5'

red 185 ◦ green 8 ◦ blue 229

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

Shades of Electric Purple #B908E5

Tints of Electric Purple #B908E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 54.27%

R = 43.84%
G = 1.9%
B = 54.27%

CMYK

 C value IS 0.19

 M value IS 0.97

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#B908E5 (or 0xB908E5) is known color: Electric Purple. HEX triplet: B9, 08 and E5. RGB value is (185,8,229). Sum of RGB (Red+Green+Blue) = 185+8+229=422 (55% of max value = 765). Red value is 185 (72.66% from 255 or 43.84% from 422); Green value is 8 (3.52% from 255 or 1.90% from 422); Blue value is 229 (89.84% from 255 or 54.27% from 422); Max value from RGB is 229 - color contains mainly: blue. Hex color #B908E5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B908E5 is #46F71A. Grayscale: #555555. Windows color (decimal): -4650779 or 15009977. OLE color: 15009977.

HSL color Cylindrical-coordinate representation of color #B908E5: hue angle of 288.05º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B908E5 is Cyan = 0.19, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 185 8 229 -
CMYK 0.19 0.97 0 0.10
HSL 288.05º 0.93% 0.46% -
HSV(B) 288.05º 0.97% 0.9% -
XYZ 34.24 16.15 75.44 -
YUV 86.12 208.64 198.53 -
System Red Green Blue C M Y K H S L
Decimal 185 8 229 0.19 0.97 0 0.10 288.05 0.93 0.46
Hex B9 8 E5 13 61 0 A 120 5D 2E
Octal 271 10 345 23 141 0 12 440 135 56
Binary 10111001 1000 11100101 10011 1100001 0 1010 100100000 1011101 101110

Color Harmonies of #B908E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B908E5

Black with #B908E5

Text Example


Text Example

White with #B908E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B908E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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