Html Css Color HEX #B713FC Electric Purple

📋 copy color: '#B713FC'

red 183 ◦ green 19 ◦ blue 252

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

Shades of Electric Purple #B713FC

Tints of Electric Purple #B713FC

RGB

 RED value IS 183 (71.88% from 255) = 40.31%

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

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

R = 40.31%
G = 4.19%
B = 55.51%

CMYK

 C value IS 0.27

 M value IS 0.92

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B713FC (or 0xB713FC) is known color: Electric Purple. HEX triplet: B7, 13 and FC. RGB value is (183,19,252). Sum of RGB (Red+Green+Blue) = 183+19+252=454 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.31% from 454); Green value is 19 (7.81% from 255 or 4.19% from 454); Blue value is 252 (98.83% from 255 or 55.51% from 454); Max value from RGB is 252 - color contains mainly: blue. Hex color #B713FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B713FC is #48EC03. Grayscale: #5D5D5D. Windows color (decimal): -4779012 or 16520119. OLE color: 16520119.

HSL color Cylindrical-coordinate representation of color #B713FC: hue angle of 282.23º 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 #B713FC is Cyan = 0.27, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 183 19 252 -
CMYK 0.27 0.92 0 0.01
HSL 282.23º 0.97% 0.53% -
HSV(B) 282.23º 0.92% 0.99% -
XYZ 37.33 17.56 93.52 -
YUV 94.6 216.83 191.05 -
System Red Green Blue C M Y K H S L
Decimal 183 19 252 0.27 0.92 0 0.01 282.23 0.97 0.53
Hex B7 13 FC 1B 5C 0 1 11A 61 35
Octal 267 23 374 33 134 0 1 432 141 65
Binary 10110111 10011 11111100 11011 1011100 0 1 100011010 1100001 110101

Color Harmonies of #B713FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B713FC

Black with #B713FC

Text Example


Text Example

White with #B713FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B713FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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