Html Css Color HEX #B908FD Electric Purple

📋 copy color: '#B908FD'

red 185 ◦ green 8 ◦ blue 253

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

Shades of Electric Purple #B908FD

Tints of Electric Purple #B908FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 56.73%

R = 41.48%
G = 1.79%
B = 56.73%

CMYK

 C value IS 0.27

 M value IS 0.97

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B908FD (or 0xB908FD) is known color: Electric Purple. HEX triplet: B9, 08 and FD. RGB value is (185,8,253). Sum of RGB (Red+Green+Blue) = 185+8+253=446 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.48% from 446); Green value is 8 (3.52% from 255 or 1.79% from 446); Blue value is 253 (99.22% from 255 or 56.73% from 446); Max value from RGB is 253 - color contains mainly: blue. Hex color #B908FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B908FD is #46F702. Grayscale: #585858. Windows color (decimal): -4650755 or 16582841. OLE color: 16582841.

HSL color Cylindrical-coordinate representation of color #B908FD: hue angle of 283.35º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B908FD is Cyan = 0.27, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 185 8 253 -
CMYK 0.27 0.97 0 0.01
HSL 283.35º 0.98% 0.51% -
HSV(B) 283.35º 0.97% 0.99% -
XYZ 37.82 17.58 94.33 -
YUV 88.85 220.64 196.58 -
System Red Green Blue C M Y K H S L
Decimal 185 8 253 0.27 0.97 0 0.01 283.35 0.98 0.51
Hex B9 8 FD 1B 61 0 1 11B 62 33
Octal 271 10 375 33 141 0 1 433 142 63
Binary 10111001 1000 11111101 11011 1100001 0 1 100011011 1100010 110011

Color Harmonies of #B908FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B908FD

Black with #B908FD

Text Example


Text Example

White with #B908FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B908FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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