Html Css Color HEX #B800FA Electric Purple

📋 copy color: '#B800FA'

red 184 ◦ green 0 ◦ blue 250

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

Shades of Electric Purple #B800FA

Tints of Electric Purple #B800FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 57.6%

R = 42.4%
G = 0%
B = 57.6%

CMYK

 C value IS 0.26

 M value IS 1

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B800FA (or 0xB800FA) is known color: Electric Purple. HEX triplet: B8, 00 and FA. RGB value is (184,0,250). Sum of RGB (Red+Green+Blue) = 184+0+250=434 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.40% from 434); Green value is 0 (0.39% from 255 or 0% from 434); Blue value is 250 (98.05% from 255 or 57.60% from 434); Max value from RGB is 250 - color contains mainly: blue. Hex color #B800FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B800FA is #47FF05. Grayscale: #525252. Windows color (decimal): -4718342 or 16384184. OLE color: 16384184.

HSL color Cylindrical-coordinate representation of color #B800FA: hue angle of 284.16º 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 #B800FA is Cyan = 0.26, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 184 0 250 -
CMYK 0.26 1 0 0.02
HSL 284.16º 1% 0.49% -
HSV(B) 284.16º 1% 0.98% -
XYZ 37.02 17.09 91.79 -
YUV 83.52 221.96 199.67 -
System Red Green Blue C M Y K H S L
Decimal 184 0 250 0.26 1 0 0.02 284.16 1 0.49
Hex B8 0 FA 1A 64 0 2 11C 64 31
Octal 270 0 372 32 144 0 2 434 144 61
Binary 10111000 0 11111010 11010 1100100 0 10 100011100 1100100 110001

Color Harmonies of #B800FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B800FA

Black with #B800FA

Text Example


Text Example

White with #B800FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B800FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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