Html Css Color HEX #B303FF Electric Purple

📋 copy color: '#B303FF'

red 179 ◦ green 3 ◦ blue 255

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

Shades of Electric Purple #B303FF

Tints of Electric Purple #B303FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 58.35%

R = 40.96%
G = 0.69%
B = 58.35%

CMYK

 C value IS 0.30

 M value IS 0.99

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B303FF (or 0xB303FF) is known color: Electric Purple. HEX triplet: B3, 03 and FF. RGB value is (179,3,255). Sum of RGB (Red+Green+Blue) = 179+3+255=437 (57% of max value = 765). Red value is 179 (70.31% from 255 or 40.96% from 437); Green value is 3 (1.56% from 255 or 0.69% from 437); Blue value is 255 (100% from 255 or 58.35% from 437); Max value from RGB is 255 - color contains mainly: blue. Hex color #B303FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B303FF is #4CFC00. Grayscale: #535353. Windows color (decimal): -5045249 or 16712627. OLE color: 16712627.

HSL color Cylindrical-coordinate representation of color #B303FF: hue angle of 281.9º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B303FF is Cyan = 0.30, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 179 3 255 -
CMYK 0.30 0.99 0 0
HSL 281.9º 1% 0.51% -
HSV(B) 281.9º 0.99% 1% -
XYZ 36.67 16.87 95.93 -
YUV 84.35 224.31 195.51 -
System Red Green Blue C M Y K H S L
Decimal 179 3 255 0.30 0.99 0 0 281.9 1 0.51
Hex B3 3 FF 1E 63 0 0 11A 64 33
Octal 263 3 377 36 143 0 0 432 144 63
Binary 10110011 11 11111111 11110 1100011 0 0 100011010 1100100 110011

Color Harmonies of #B303FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B303FF

Black with #B303FF

Text Example


Text Example

White with #B303FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B303FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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