Html Css Color HEX #B908F4 Electric Purple

📋 copy color: '#B908F4'

red 185 ◦ green 8 ◦ blue 244

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

Shades of Electric Purple #B908F4

Tints of Electric Purple #B908F4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 55.84%

R = 42.33%
G = 1.83%
B = 55.84%

CMYK

 C value IS 0.24

 M value IS 0.97

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#B908F4 (or 0xB908F4) is known color: Electric Purple. HEX triplet: B9, 08 and F4. RGB value is (185,8,244). Sum of RGB (Red+Green+Blue) = 185+8+244=437 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.33% from 437); Green value is 8 (3.52% from 255 or 1.83% from 437); Blue value is 244 (95.70% from 255 or 55.84% from 437); Max value from RGB is 244 - color contains mainly: blue. Hex color #B908F4 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B908F4 is #46F70B. Grayscale: #575757. Windows color (decimal): -4650764 or 15993017. OLE color: 15993017.

HSL color Cylindrical-coordinate representation of color #B908F4: hue angle of 285º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B908F4 is Cyan = 0.24, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 185 8 244 -
CMYK 0.24 0.97 0 0.04
HSL 285º 0.94% 0.49% -
HSV(B) 285º 0.97% 0.96% -
XYZ 36.42 17.02 86.95 -
YUV 87.83 216.14 197.31 -
System Red Green Blue C M Y K H S L
Decimal 185 8 244 0.24 0.97 0 0.04 285 0.94 0.49
Hex B9 8 F4 18 61 0 4 11D 5E 31
Octal 271 10 364 30 141 0 4 435 136 61
Binary 10111001 1000 11110100 11000 1100001 0 100 100011101 1011110 110001

Color Harmonies of #B908F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B908F4

Black with #B908F4

Text Example


Text Example

White with #B908F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B908F4; }

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

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

background-color css

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

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

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

border-color css

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

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

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