Html Css Color HEX #B712EF Electric Purple

📋 copy color: '#B712EF'

red 183 ◦ green 18 ◦ blue 239

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

Shades of Electric Purple #B712EF

Tints of Electric Purple #B712EF

RGB

 RED value IS 183 (71.88% from 255) = 41.59%

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

 BLUE value IS 239 (93.75% from 255) = 54.32%

R = 41.59%
G = 4.09%
B = 54.32%

CMYK

 C value IS 0.23

 M value IS 0.92

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B712EF (or 0xB712EF) is known color: Electric Purple. HEX triplet: B7, 12 and EF. RGB value is (183,18,239). Sum of RGB (Red+Green+Blue) = 183+18+239=440 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.59% from 440); Green value is 18 (7.42% from 255 or 4.09% from 440); Blue value is 239 (93.75% from 255 or 54.32% from 440); Max value from RGB is 239 - color contains mainly: blue. Hex color #B712EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B712EF is #48ED10. Grayscale: #5B5B5B. Windows color (decimal): -4779281 or 15667895. OLE color: 15667895.

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

Color convert

RGB 183 18 239 -
CMYK 0.23 0.92 0 0.06
HSL 284.8º 0.87% 0.5% -
HSV(B) 284.8º 0.92% 0.94% -
XYZ 35.32 16.73 83.03 -
YUV 92.53 210.66 192.53 -
System Red Green Blue C M Y K H S L
Decimal 183 18 239 0.23 0.92 0 0.06 284.8 0.87 0.5
Hex B7 12 EF 17 5C 0 6 11D 57 32
Octal 267 22 357 27 134 0 6 435 127 62
Binary 10110111 10010 11101111 10111 1011100 0 110 100011101 1010111 110010

Color Harmonies of #B712EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B712EF

Black with #B712EF

Text Example


Text Example

White with #B712EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B712EF; }

 p { color: rgb(183,18,239); }

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

background-color css

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

 a { background-color: rgb(183,18,239); }

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

border-color css

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

 span { border-color: rgb(183,18,239); }

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