Html Css Color HEX #B300FF Electric Purple

📋 copy color: '#B300FF'

red 179 ◦ green 0 ◦ blue 255

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

Shades of Electric Purple #B300FF

Tints of Electric Purple #B300FF

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 41.24%
G = 0%
B = 58.76%

CMYK

 C value IS 0.30

 M value IS 1

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B300FF (or 0xB300FF) is known color: Electric Purple. HEX triplet: B3, 00 and FF. RGB value is (179,0,255). Sum of RGB (Red+Green+Blue) = 179+0+255=434 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.24% from 434); Green value is 0 (0.39% from 255 or 0% from 434); Blue value is 255 (100% from 255 or 58.76% from 434); Max value from RGB is 255 - color contains mainly: blue. Hex color #B300FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B300FF is #4CFF00. Grayscale: #515151. Windows color (decimal): -5046017 or 16711859. OLE color: 16711859.

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

Color convert

RGB 179 0 255 -
CMYK 0.30 1 0 0
HSL 282.12º 1% 0.5% -
HSV(B) 282.12º 1% 1% -
XYZ 36.64 16.8 95.92 -
YUV 82.59 225.3 196.77 -
System Red Green Blue C M Y K H S L
Decimal 179 0 255 0.30 1 0 0 282.12 1 0.5
Hex B3 0 FF 1E 64 0 0 11A 64 32
Octal 263 0 377 36 144 0 0 432 144 62
Binary 10110011 0 11111111 11110 1100100 0 0 100011010 1100100 110010

Color Harmonies of #B300FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B300FF

Black with #B300FF

Text Example


Text Example

White with #B300FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B300FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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