Html Css Color HEX #B313FC Electric Purple

📋 copy color: '#B313FC'

red 179 ◦ green 19 ◦ blue 252

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

Shades of Electric Purple #B313FC

Tints of Electric Purple #B313FC

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.22%

 BLUE value IS 252 (98.83% from 255) = 56%

R = 39.78%
G = 4.22%
B = 56%

CMYK

 C value IS 0.29

 M value IS 0.92

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B313FC (or 0xB313FC) is known color: Electric Purple. HEX triplet: B3, 13 and FC. RGB value is (179,19,252). Sum of RGB (Red+Green+Blue) = 179+19+252=450 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.78% from 450); Green value is 19 (7.81% from 255 or 4.22% from 450); Blue value is 252 (98.83% from 255 or 56% from 450); Max value from RGB is 252 - color contains mainly: blue. Hex color #B313FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B313FC is #4CEC03. Grayscale: #5C5C5C. Windows color (decimal): -5041156 or 16520115. OLE color: 16520115.

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

Color convert

RGB 179 19 252 -
CMYK 0.29 0.92 0 0.01
HSL 281.2º 0.97% 0.53% -
HSV(B) 281.2º 0.92% 0.99% -
XYZ 36.39 17.08 93.47 -
YUV 93.4 217.51 189.05 -
System Red Green Blue C M Y K H S L
Decimal 179 19 252 0.29 0.92 0 0.01 281.2 0.97 0.53
Hex B3 13 FC 1D 5C 0 1 119 61 35
Octal 263 23 374 35 134 0 1 431 141 65
Binary 10110011 10011 11111100 11101 1011100 0 1 100011001 1100001 110101

Color Harmonies of #B313FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B313FC

Black with #B313FC

Text Example


Text Example

White with #B313FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B313FC; }

 p { color: rgb(179,19,252); }

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

background-color css

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

 a { background-color: rgb(179,19,252); }

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

border-color css

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

 span { border-color: rgb(179,19,252); }

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