Html Css Color HEX #B312FD Electric Purple

📋 copy color: '#B312FD'

red 179 ◦ green 18 ◦ blue 253

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

Shades of Electric Purple #B312FD

Tints of Electric Purple #B312FD

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4%

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

R = 39.78%
G = 4%
B = 56.22%

CMYK

 C value IS 0.29

 M value IS 0.93

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B312FD (or 0xB312FD) is known color: Electric Purple. HEX triplet: B3, 12 and FD. RGB value is (179,18,253). Sum of RGB (Red+Green+Blue) = 179+18+253=450 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.78% from 450); Green value is 18 (7.42% from 255 or 4% from 450); Blue value is 253 (99.22% from 255 or 56.22% from 450); Max value from RGB is 253 - color contains mainly: blue. Hex color #B312FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B312FD is #4CED02. Grayscale: #5C5C5C. Windows color (decimal): -5041411 or 16585395. OLE color: 16585395.

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

Color convert

RGB 179 18 253 -
CMYK 0.29 0.93 0 0.01
HSL 281.11º 0.98% 0.53% -
HSV(B) 281.11º 0.93% 0.99% -
XYZ 36.54 17.11 94.31 -
YUV 92.93 218.34 189.39 -
System Red Green Blue C M Y K H S L
Decimal 179 18 253 0.29 0.93 0 0.01 281.11 0.98 0.53
Hex B3 12 FD 1D 5D 0 1 119 62 35
Octal 263 22 375 35 135 0 1 431 142 65
Binary 10110011 10010 11111101 11101 1011101 0 1 100011001 1100010 110101

Color Harmonies of #B312FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B312FD

Black with #B312FD

Text Example


Text Example

White with #B312FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B312FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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