Html Css Color HEX #B303E0 Electric Purple

📋 copy color: '#B303E0'

red 179 ◦ green 3 ◦ blue 224

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

Shades of Electric Purple #B303E0

Tints of Electric Purple #B303E0

RGB

 RED value IS 179 (70.31% from 255) = 44.09%

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

 BLUE value IS 224 (87.89% from 255) = 55.17%

R = 44.09%
G = 0.74%
B = 55.17%

CMYK

 C value IS 0.20

 M value IS 0.99

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B303E0 (or 0xB303E0) is known color: Electric Purple. HEX triplet: B3, 03 and E0. RGB value is (179,3,224). Sum of RGB (Red+Green+Blue) = 179+3+224=406 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.09% from 406); Green value is 3 (1.56% from 255 or 0.74% from 406); Blue value is 224 (87.89% from 255 or 55.17% from 406); Max value from RGB is 224 - color contains mainly: blue. Hex color #B303E0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B303E0 is #4CFC1F. Grayscale: #505050. Windows color (decimal): -5045280 or 14681011. OLE color: 14681011.

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

Color convert

RGB 179 3 224 -
CMYK 0.20 0.99 0 0.12
HSL 287.78º 0.97% 0.45% -
HSV(B) 287.78º 0.99% 0.88% -
XYZ 32.08 15.03 71.73 -
YUV 80.82 208.81 198.03 -
System Red Green Blue C M Y K H S L
Decimal 179 3 224 0.20 0.99 0 0.12 287.78 0.97 0.45
Hex B3 3 E0 14 63 0 C 120 61 2D
Octal 263 3 340 24 143 0 14 440 141 55
Binary 10110011 11 11100000 10100 1100011 0 1100 100100000 1100001 101101

Color Harmonies of #B303E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B303E0

Black with #B303E0

Text Example


Text Example

White with #B303E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B303E0; }

 p { color: rgb(179,3,224); }

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

background-color css

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

 a { background-color: rgb(179,3,224); }

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

border-color css

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

 span { border-color: rgb(179,3,224); }

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