Html Css Color HEX #B803F4 Electric Purple

📋 copy color: '#B803F4'

red 184 ◦ green 3 ◦ blue 244

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

Shades of Electric Purple #B803F4

Tints of Electric Purple #B803F4

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.7%

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

R = 42.69%
G = 0.7%
B = 56.61%

CMYK

 C value IS 0.25

 M value IS 0.99

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#B803F4 (or 0xB803F4) is known color: Electric Purple. HEX triplet: B8, 03 and F4. RGB value is (184,3,244). Sum of RGB (Red+Green+Blue) = 184+3+244=431 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.69% from 431); Green value is 3 (1.56% from 255 or 0.70% from 431); Blue value is 244 (95.70% from 255 or 56.61% from 431); Max value from RGB is 244 - color contains mainly: blue. Hex color #B803F4 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B803F4 is #47FC0B. Grayscale: #535353. Windows color (decimal): -4717580 or 15991736. OLE color: 15991736.

HSL color Cylindrical-coordinate representation of color #B803F4: hue angle of 285.06º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B803F4 is Cyan = 0.25, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 184 3 244 -
CMYK 0.25 0.99 0 0.04
HSL 285.06º 0.98% 0.48% -
HSV(B) 285.06º 0.99% 0.96% -
XYZ 36.13 16.79 86.92 -
YUV 84.59 217.97 198.9 -
System Red Green Blue C M Y K H S L
Decimal 184 3 244 0.25 0.99 0 0.04 285.06 0.98 0.48
Hex B8 3 F4 19 63 0 4 11D 62 30
Octal 270 3 364 31 143 0 4 435 142 60
Binary 10111000 11 11110100 11001 1100011 0 100 100011101 1100010 110000

Color Harmonies of #B803F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B803F4

Black with #B803F4

Text Example


Text Example

White with #B803F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B803F4; }

 p { color: rgb(184,3,244); }

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

background-color css

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

 a { background-color: rgb(184,3,244); }

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

border-color css

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

 span { border-color: rgb(184,3,244); }

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