Html Css Color HEX #B914FC Electric Purple

📋 copy color: '#B914FC'

red 185 ◦ green 20 ◦ blue 252

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

Shades of Electric Purple #B914FC

Tints of Electric Purple #B914FC

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.38%

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

R = 40.48%
G = 4.38%
B = 55.14%

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

#B914FC (or 0xB914FC) is known color: Electric Purple. HEX triplet: B9, 14 and FC. RGB value is (185,20,252). Sum of RGB (Red+Green+Blue) = 185+20+252=457 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.48% from 457); Green value is 20 (8.20% from 255 or 4.38% from 457); Blue value is 252 (98.83% from 255 or 55.14% from 457); Max value from RGB is 252 - color contains mainly: blue. Hex color #B914FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B914FC is #46EB03. Grayscale: #5F5F5F. Windows color (decimal): -4647684 or 16520377. OLE color: 16520377.

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

Color convert

RGB 185 20 252 -
CMYK 0.27 0.92 0 0.01
HSL 282.67º 0.97% 0.53% -
HSV(B) 282.67º 0.92% 0.99% -
XYZ 37.83 17.84 93.55 -
YUV 95.78 216.16 191.64 -
System Red Green Blue C M Y K H S L
Decimal 185 20 252 0.27 0.92 0 0.01 282.67 0.97 0.53
Hex B9 14 FC 1B 5C 0 1 11B 61 35
Octal 271 24 374 33 134 0 1 433 141 65
Binary 10111001 10100 11111100 11011 1011100 0 1 100011011 1100001 110101

Color Harmonies of #B914FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B914FC

Black with #B914FC

Text Example


Text Example

White with #B914FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B914FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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