Html Css Color HEX #B800FB Electric Purple

📋 copy color: '#B800FB'

red 184 ◦ green 0 ◦ blue 251

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

Shades of Electric Purple #B800FB

Tints of Electric Purple #B800FB

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 251 (98.44% from 255) = 57.7%

R = 42.3%
G = 0%
B = 57.7%

CMYK

 C value IS 0.27

 M value IS 1

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B800FB (or 0xB800FB) is known color: Electric Purple. HEX triplet: B8, 00 and FB. RGB value is (184,0,251). Sum of RGB (Red+Green+Blue) = 184+0+251=435 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.30% from 435); Green value is 0 (0.39% from 255 or 0% from 435); Blue value is 251 (98.44% from 255 or 57.70% from 435); Max value from RGB is 251 - color contains mainly: blue. Hex color #B800FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B800FB is #47FF04. Grayscale: #525252. Windows color (decimal): -4718341 or 16449720. OLE color: 16449720.

HSL color Cylindrical-coordinate representation of color #B800FB: hue angle of 283.98º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B800FB is Cyan = 0.27, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 184 0 251 -
CMYK 0.27 1 0 0.02
HSL 283.98º 1% 0.49% -
HSV(B) 283.98º 1% 0.98% -
XYZ 37.18 17.16 92.62 -
YUV 83.63 222.46 199.59 -
System Red Green Blue C M Y K H S L
Decimal 184 0 251 0.27 1 0 0.02 283.98 1 0.49
Hex B8 0 FB 1B 64 0 2 11C 64 31
Octal 270 0 373 33 144 0 2 434 144 61
Binary 10111000 0 11111011 11011 1100100 0 10 100011100 1100100 110001

Color Harmonies of #B800FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B800FB

Black with #B800FB

Text Example


Text Example

White with #B800FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B800FB; }

 p { color: rgb(184,0,251); }

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

background-color css

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

 a { background-color: rgb(184,0,251); }

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

border-color css

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

 span { border-color: rgb(184,0,251); }

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