Html Css Color HEX #B305FB Electric Purple

📋 copy color: '#B305FB'

red 179 ◦ green 5 ◦ blue 251

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

Shades of Electric Purple #B305FB

Tints of Electric Purple #B305FB

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.15%

 BLUE value IS 251 (98.44% from 255) = 57.7%

R = 41.15%
G = 1.15%
B = 57.7%

CMYK

 C value IS 0.29

 M value IS 0.98

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B305FB (or 0xB305FB) is known color: Electric Purple. HEX triplet: B3, 05 and FB. RGB value is (179,5,251). Sum of RGB (Red+Green+Blue) = 179+5+251=435 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.15% from 435); Green value is 5 (2.34% from 255 or 1.15% from 435); Blue value is 251 (98.44% from 255 or 57.70% from 435); Max value from RGB is 251 - color contains mainly: blue. Hex color #B305FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B305FB is #4CFA04. Grayscale: #545454. Windows color (decimal): -5044741 or 16450995. OLE color: 16450995.

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

Color convert

RGB 179 5 251 -
CMYK 0.29 0.98 0 0.02
HSL 282.44º 0.97% 0.5% -
HSV(B) 282.44º 0.98% 0.98% -
XYZ 36.06 16.66 92.58 -
YUV 85.07 221.65 195 -
System Red Green Blue C M Y K H S L
Decimal 179 5 251 0.29 0.98 0 0.02 282.44 0.97 0.5
Hex B3 5 FB 1D 62 0 2 11A 61 32
Octal 263 5 373 35 142 0 2 432 141 62
Binary 10110011 101 11111011 11101 1100010 0 10 100011010 1100001 110010

Color Harmonies of #B305FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B305FB

Black with #B305FB

Text Example


Text Example

White with #B305FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B305FB; }

 p { color: rgb(179,5,251); }

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

background-color css

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

 a { background-color: rgb(179,5,251); }

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

border-color css

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

 span { border-color: rgb(179,5,251); }

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