Html Css Color HEX #B913FC Electric Purple

📋 copy color: '#B913FC'

red 185 ◦ green 19 ◦ blue 252

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

Shades of Electric Purple #B913FC

Tints of Electric Purple #B913FC

RGB

 RED value IS 185 (72.66% from 255) = 40.57%

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

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

R = 40.57%
G = 4.17%
B = 55.26%

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

#B913FC (or 0xB913FC) is known color: Electric Purple. HEX triplet: B9, 13 and FC. RGB value is (185,19,252). Sum of RGB (Red+Green+Blue) = 185+19+252=456 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.57% from 456); Green value is 19 (7.81% from 255 or 4.17% from 456); Blue value is 252 (98.83% from 255 or 55.26% from 456); Max value from RGB is 252 - color contains mainly: blue. Hex color #B913FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B913FC is #46EC03. Grayscale: #5E5E5E. Windows color (decimal): -4647940 or 16520121. OLE color: 16520121.

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

Color convert

RGB 185 19 252 -
CMYK 0.27 0.92 0 0.01
HSL 282.75º 0.97% 0.53% -
HSV(B) 282.75º 0.92% 0.99% -
XYZ 37.81 17.81 93.54 -
YUV 95.2 216.5 192.05 -
System Red Green Blue C M Y K H S L
Decimal 185 19 252 0.27 0.92 0 0.01 282.75 0.97 0.53
Hex B9 13 FC 1B 5C 0 1 11B 61 35
Octal 271 23 374 33 134 0 1 433 141 65
Binary 10111001 10011 11111100 11011 1011100 0 1 100011011 1100001 110101

Color Harmonies of #B913FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B913FC

Black with #B913FC

Text Example


Text Example

White with #B913FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B913FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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