Html Css Color HEX #B803E5 Electric Purple

📋 copy color: '#B803E5'

red 184 ◦ green 3 ◦ blue 229

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

Shades of Electric Purple #B803E5

Tints of Electric Purple #B803E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 55.05%

R = 44.23%
G = 0.72%
B = 55.05%

CMYK

 C value IS 0.20

 M value IS 0.99

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#B803E5 (or 0xB803E5) is known color: Electric Purple. HEX triplet: B8, 03 and E5. RGB value is (184,3,229). Sum of RGB (Red+Green+Blue) = 184+3+229=416 (55% of max value = 765). Red value is 184 (72.27% from 255 or 44.23% from 416); Green value is 3 (1.56% from 255 or 0.72% from 416); Blue value is 229 (89.84% from 255 or 55.05% from 416); Max value from RGB is 229 - color contains mainly: blue. Hex color #B803E5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B803E5 is #47FC1A. Grayscale: #525252. Windows color (decimal): -4717595 or 15008696. OLE color: 15008696.

HSL color Cylindrical-coordinate representation of color #B803E5: hue angle of 288.05º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B803E5 is Cyan = 0.20, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 184 3 229 -
CMYK 0.20 0.99 0 0.10
HSL 288.05º 0.97% 0.45% -
HSV(B) 288.05º 0.99% 0.9% -
XYZ 33.94 15.91 75.41 -
YUV 82.88 210.47 200.12 -
System Red Green Blue C M Y K H S L
Decimal 184 3 229 0.20 0.99 0 0.10 288.05 0.97 0.45
Hex B8 3 E5 14 63 0 A 120 61 2D
Octal 270 3 345 24 143 0 12 440 141 55
Binary 10111000 11 11100101 10100 1100011 0 1010 100100000 1100001 101101

Color Harmonies of #B803E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B803E5

Black with #B803E5

Text Example


Text Example

White with #B803E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B803E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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