Html Css Color HEX #B914FD Electric Purple

📋 copy color: '#B914FD'

red 185 ◦ green 20 ◦ blue 253

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

Shades of Electric Purple #B914FD

Tints of Electric Purple #B914FD

RGB

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

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

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

R = 40.39%
G = 4.37%
B = 55.24%

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

#B914FD (or 0xB914FD) is known color: Electric Purple. HEX triplet: B9, 14 and FD. RGB value is (185,20,253). Sum of RGB (Red+Green+Blue) = 185+20+253=458 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.39% from 458); Green value is 20 (8.20% from 255 or 4.37% from 458); Blue value is 253 (99.22% from 255 or 55.24% from 458); Max value from RGB is 253 - color contains mainly: blue. Hex color #B914FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B914FD is #46EB02. Grayscale: #5F5F5F. Windows color (decimal): -4647683 or 16585913. OLE color: 16585913.

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

Color convert

RGB 185 20 253 -
CMYK 0.27 0.92 0 0.01
HSL 282.49º 0.98% 0.54% -
HSV(B) 282.49º 0.92% 0.99% -
XYZ 37.99 17.91 94.38 -
YUV 95.9 216.66 191.55 -
System Red Green Blue C M Y K H S L
Decimal 185 20 253 0.27 0.92 0 0.01 282.49 0.98 0.54
Hex B9 14 FD 1B 5C 0 1 11A 62 36
Octal 271 24 375 33 134 0 1 432 142 66
Binary 10111001 10100 11111101 11011 1011100 0 1 100011010 1100010 110110

Color Harmonies of #B914FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B914FD

Black with #B914FD

Text Example


Text Example

White with #B914FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B914FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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