Html Css Color HEX #B912FD Electric Purple

📋 copy color: '#B912FD'

red 185 ◦ green 18 ◦ blue 253

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

Shades of Electric Purple #B912FD

Tints of Electric Purple #B912FD

RGB

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

 GREEN value IS 18 (7.42% from 255) = 3.95%

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

R = 40.57%
G = 3.95%
B = 55.48%

CMYK

 C value IS 0.27

 M value IS 0.93

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B912FD (or 0xB912FD) is known color: Electric Purple. HEX triplet: B9, 12 and FD. RGB value is (185,18,253). Sum of RGB (Red+Green+Blue) = 185+18+253=456 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.57% from 456); Green value is 18 (7.42% from 255 or 3.95% from 456); Blue value is 253 (99.22% from 255 or 55.48% from 456); Max value from RGB is 253 - color contains mainly: blue. Hex color #B912FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B912FD is #46ED02. Grayscale: #5D5D5D. Windows color (decimal): -4648195 or 16585401. OLE color: 16585401.

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

Color convert

RGB 185 18 253 -
CMYK 0.27 0.93 0 0.01
HSL 282.64º 0.98% 0.53% -
HSV(B) 282.64º 0.93% 0.99% -
XYZ 37.95 17.84 94.37 -
YUV 94.72 217.33 192.39 -
System Red Green Blue C M Y K H S L
Decimal 185 18 253 0.27 0.93 0 0.01 282.64 0.98 0.53
Hex B9 12 FD 1B 5D 0 1 11B 62 35
Octal 271 22 375 33 135 0 1 433 142 65
Binary 10111001 10010 11111101 11011 1011101 0 1 100011011 1100010 110101

Color Harmonies of #B912FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B912FD

Black with #B912FD

Text Example


Text Example

White with #B912FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B912FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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