Html Css Color HEX #B300F3 Electric Purple

📋 copy color: '#B300F3'

red 179 ◦ green 0 ◦ blue 243

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

Shades of Electric Purple #B300F3

Tints of Electric Purple #B300F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 57.58%

R = 42.42%
G = 0%
B = 57.58%

CMYK

 C value IS 0.26

 M value IS 1

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B300F3 (or 0xB300F3) is known color: Electric Purple. HEX triplet: B3, 00 and F3. RGB value is (179,0,243). Sum of RGB (Red+Green+Blue) = 179+0+243=422 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.42% from 422); Green value is 0 (0.39% from 255 or 0% from 422); Blue value is 243 (95.31% from 255 or 57.58% from 422); Max value from RGB is 243 - color contains mainly: blue. Hex color #B300F3 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B300F3 is #4CFF0C. Grayscale: #505050. Windows color (decimal): -5046029 or 15925427. OLE color: 15925427.

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

Color convert

RGB 179 0 243 -
CMYK 0.26 1 0 0.05
HSL 284.2º 1% 0.48% -
HSV(B) 284.2º 1% 0.95% -
XYZ 34.77 16.05 86.06 -
YUV 81.22 219.3 197.74 -
System Red Green Blue C M Y K H S L
Decimal 179 0 243 0.26 1 0 0.05 284.2 1 0.48
Hex B3 0 F3 1A 64 0 5 11C 64 30
Octal 263 0 363 32 144 0 5 434 144 60
Binary 10110011 0 11110011 11010 1100100 0 101 100011100 1100100 110000

Color Harmonies of #B300F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B300F3

Black with #B300F3

Text Example


Text Example

White with #B300F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B300F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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