Html Css Color HEX #B912EE Electric Purple

📋 copy color: '#B912EE'

red 185 ◦ green 18 ◦ blue 238

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

Shades of Electric Purple #B912EE

Tints of Electric Purple #B912EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 53.97%

R = 41.95%
G = 4.08%
B = 53.97%

CMYK

 C value IS 0.22

 M value IS 0.92

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B912EE (or 0xB912EE) is known color: Electric Purple. HEX triplet: B9, 12 and EE. RGB value is (185,18,238). Sum of RGB (Red+Green+Blue) = 185+18+238=441 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.95% from 441); Green value is 18 (7.42% from 255 or 4.08% from 441); Blue value is 238 (93.36% from 255 or 53.97% from 441); Max value from RGB is 238 - color contains mainly: blue. Hex color #B912EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B912EE is #46ED11. Grayscale: #5C5C5C. Windows color (decimal): -4648210 or 15602361. OLE color: 15602361.

HSL color Cylindrical-coordinate representation of color #B912EE: hue angle of 285.55º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B912EE is Cyan = 0.22, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 185 18 238 -
CMYK 0.22 0.92 0 0.07
HSL 285.55º 0.87% 0.5% -
HSV(B) 285.55º 0.92% 0.93% -
XYZ 35.66 16.92 82.28 -
YUV 93.01 209.83 193.61 -
System Red Green Blue C M Y K H S L
Decimal 185 18 238 0.22 0.92 0 0.07 285.55 0.87 0.5
Hex B9 12 EE 16 5C 0 7 11E 57 32
Octal 271 22 356 26 134 0 7 436 127 62
Binary 10111001 10010 11101110 10110 1011100 0 111 100011110 1010111 110010

Color Harmonies of #B912EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B912EE

Black with #B912EE

Text Example


Text Example

White with #B912EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B912EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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