Html Css Color HEX #B803F6 Electric Purple

📋 copy color: '#B803F6'

red 184 ◦ green 3 ◦ blue 246

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

Shades of Electric Purple #B803F6

Tints of Electric Purple #B803F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 56.81%

R = 42.49%
G = 0.69%
B = 56.81%

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

#B803F6 (or 0xB803F6) is known color: Electric Purple. HEX triplet: B8, 03 and F6. RGB value is (184,3,246). Sum of RGB (Red+Green+Blue) = 184+3+246=433 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.49% from 433); Green value is 3 (1.56% from 255 or 0.69% from 433); Blue value is 246 (96.48% from 255 or 56.81% from 433); Max value from RGB is 246 - color contains mainly: blue. Hex color #B803F6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B803F6 is #47FC09. Grayscale: #545454. Windows color (decimal): -4717578 or 16122808. OLE color: 16122808.

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

Color convert

RGB 184 3 246 -
CMYK 0.25 0.99 0 0.04
HSL 284.69º 0.98% 0.49% -
HSV(B) 284.69º 0.99% 0.96% -
XYZ 36.43 16.91 88.53 -
YUV 84.82 218.97 198.74 -
System Red Green Blue C M Y K H S L
Decimal 184 3 246 0.25 0.99 0 0.04 284.69 0.98 0.49
Hex B8 3 F6 19 63 0 4 11D 62 31
Octal 270 3 366 31 143 0 4 435 142 61
Binary 10111000 11 11110110 11001 1100011 0 100 100011101 1100010 110001

Color Harmonies of #B803F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B803F6

Black with #B803F6

Text Example


Text Example

White with #B803F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B803F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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