Html Css Color HEX #B307FE Electric Purple

📋 copy color: '#B307FE'

red 179 ◦ green 7 ◦ blue 254

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

Shades of Electric Purple #B307FE

Tints of Electric Purple #B307FE

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.59%

 BLUE value IS 254 (99.61% from 255) = 57.73%

R = 40.68%
G = 1.59%
B = 57.73%

CMYK

 C value IS 0.30

 M value IS 0.97

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B307FE (or 0xB307FE) is known color: Electric Purple. HEX triplet: B3, 07 and FE. RGB value is (179,7,254). Sum of RGB (Red+Green+Blue) = 179+7+254=440 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.68% from 440); Green value is 7 (3.12% from 255 or 1.59% from 440); Blue value is 254 (99.61% from 255 or 57.73% from 440); Max value from RGB is 254 - color contains mainly: blue. Hex color #B307FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B307FE is #4CF801. Grayscale: #555555. Windows color (decimal): -5044226 or 16648115. OLE color: 16648115.

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

Color convert

RGB 179 7 254 -
CMYK 0.30 0.97 0 0.00
HSL 281.78º 0.99% 0.51% -
HSV(B) 281.78º 0.97% 1% -
XYZ 36.56 16.89 95.1 -
YUV 86.59 222.48 193.92 -
System Red Green Blue C M Y K H S L
Decimal 179 7 254 0.30 0.97 0 0.00 281.78 0.99 0.51
Hex B3 7 FE 1E 61 0 0 11A 63 33
Octal 263 7 376 36 141 0 0 432 143 63
Binary 10110011 111 11111110 11110 1100001 0 0 100011010 1100011 110011

Color Harmonies of #B307FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B307FE

Black with #B307FE

Text Example


Text Example

White with #B307FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B307FE; }

 p { color: rgb(179,7,254); }

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

background-color css

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

 a { background-color: rgb(179,7,254); }

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

border-color css

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

 span { border-color: rgb(179,7,254); }

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