Html Css Color HEX #B300FC Electric Purple

📋 copy color: '#B300FC'

red 179 ◦ green 0 ◦ blue 252

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

Shades of Electric Purple #B300FC

Tints of Electric Purple #B300FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 58.47%

R = 41.53%
G = 0%
B = 58.47%

CMYK

 C value IS 0.29

 M value IS 1

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B300FC (or 0xB300FC) is known color: Electric Purple. HEX triplet: B3, 00 and FC. RGB value is (179,0,252). Sum of RGB (Red+Green+Blue) = 179+0+252=431 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.53% from 431); Green value is 0 (0.39% from 255 or 0% from 431); Blue value is 252 (98.83% from 255 or 58.47% from 431); Max value from RGB is 252 - color contains mainly: blue. Hex color #B300FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B300FC is #4CFF03. Grayscale: #515151. Windows color (decimal): -5046020 or 16515251. OLE color: 16515251.

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

Color convert

RGB 179 0 252 -
CMYK 0.29 1 0 0.01
HSL 282.62º 1% 0.49% -
HSV(B) 282.62º 1% 0.99% -
XYZ 36.16 16.61 93.4 -
YUV 82.25 223.8 197.01 -
System Red Green Blue C M Y K H S L
Decimal 179 0 252 0.29 1 0 0.01 282.62 1 0.49
Hex B3 0 FC 1D 64 0 1 11B 64 31
Octal 263 0 374 35 144 0 1 433 144 61
Binary 10110011 0 11111100 11101 1100100 0 1 100011011 1100100 110001

Color Harmonies of #B300FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B300FC

Black with #B300FC

Text Example


Text Example

White with #B300FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B300FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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