Html Css Color HEX #B808FD Electric Purple

📋 copy color: '#B808FD'

red 184 ◦ green 8 ◦ blue 253

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

Shades of Electric Purple #B808FD

Tints of Electric Purple #B808FD

RGB

 RED value IS 184 (72.27% from 255) = 41.35%

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

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

R = 41.35%
G = 1.8%
B = 56.85%

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

#B808FD (or 0xB808FD) is known color: Electric Purple. HEX triplet: B8, 08 and FD. RGB value is (184,8,253). Sum of RGB (Red+Green+Blue) = 184+8+253=445 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.35% from 445); Green value is 8 (3.52% from 255 or 1.80% from 445); Blue value is 253 (99.22% from 255 or 56.85% from 445); Max value from RGB is 253 - color contains mainly: blue. Hex color #B808FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B808FD is #47F702. Grayscale: #575757. Windows color (decimal): -4716291 or 16582840. OLE color: 16582840.

HSL color Cylindrical-coordinate representation of color #B808FD: hue angle of 283.1º 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 #B808FD is Cyan = 0.27, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 184 8 253 -
CMYK 0.27 0.97 0 0.01
HSL 283.1º 0.98% 0.51% -
HSV(B) 283.1º 0.97% 0.99% -
XYZ 37.58 17.46 94.32 -
YUV 88.55 220.81 196.08 -
System Red Green Blue C M Y K H S L
Decimal 184 8 253 0.27 0.97 0 0.01 283.1 0.98 0.51
Hex B8 8 FD 1B 61 0 1 11B 62 33
Octal 270 10 375 33 141 0 1 433 142 63
Binary 10111000 1000 11111101 11011 1100001 0 1 100011011 1100010 110011

Color Harmonies of #B808FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B808FD

Black with #B808FD

Text Example


Text Example

White with #B808FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B808FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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