Html Css Color HEX #B305FD Electric Purple

📋 copy color: '#B305FD'

red 179 ◦ green 5 ◦ blue 253

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

Shades of Electric Purple #B305FD

Tints of Electric Purple #B305FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 57.89%

R = 40.96%
G = 1.14%
B = 57.89%

CMYK

 C value IS 0.29

 M value IS 0.98

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B305FD (or 0xB305FD) is known color: Electric Purple. HEX triplet: B3, 05 and FD. RGB value is (179,5,253). Sum of RGB (Red+Green+Blue) = 179+5+253=437 (57% of max value = 765). Red value is 179 (70.31% from 255 or 40.96% from 437); Green value is 5 (2.34% from 255 or 1.14% from 437); Blue value is 253 (99.22% from 255 or 57.89% from 437); Max value from RGB is 253 - color contains mainly: blue. Hex color #B305FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B305FD is #4CFA02. Grayscale: #545454. Windows color (decimal): -5044739 or 16582067. OLE color: 16582067.

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

Color convert

RGB 179 5 253 -
CMYK 0.29 0.98 0 0.01
HSL 282.1º 0.98% 0.51% -
HSV(B) 282.1º 0.98% 0.99% -
XYZ 36.37 16.78 94.25 -
YUV 85.3 222.65 194.83 -
System Red Green Blue C M Y K H S L
Decimal 179 5 253 0.29 0.98 0 0.01 282.1 0.98 0.51
Hex B3 5 FD 1D 62 0 1 11A 62 33
Octal 263 5 375 35 142 0 1 432 142 63
Binary 10110011 101 11111101 11101 1100010 0 1 100011010 1100010 110011

Color Harmonies of #B305FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B305FD

Black with #B305FD

Text Example


Text Example

White with #B305FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B305FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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