Html Css Color HEX #B712E6 Electric Purple

📋 copy color: '#B712E6'

red 183 ◦ green 18 ◦ blue 230

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

Shades of Electric Purple #B712E6

Tints of Electric Purple #B712E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 53.36%

R = 42.46%
G = 4.18%
B = 53.36%

CMYK

 C value IS 0.20

 M value IS 0.92

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#B712E6 (or 0xB712E6) is known color: Electric Purple. HEX triplet: B7, 12 and E6. RGB value is (183,18,230). Sum of RGB (Red+Green+Blue) = 183+18+230=431 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.46% from 431); Green value is 18 (7.42% from 255 or 4.18% from 431); Blue value is 230 (90.23% from 255 or 53.36% from 431); Max value from RGB is 230 - color contains mainly: blue. Hex color #B712E6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B712E6 is #48ED19. Grayscale: #5A5A5A. Windows color (decimal): -4779290 or 15078071. OLE color: 15078071.

HSL color Cylindrical-coordinate representation of color #B712E6: hue angle of 286.7º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B712E6 is Cyan = 0.20, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 183 18 230 -
CMYK 0.20 0.92 0 0.10
HSL 286.7º 0.85% 0.49% -
HSV(B) 286.7º 0.92% 0.9% -
XYZ 34.03 16.21 76.2 -
YUV 91.5 206.16 193.26 -
System Red Green Blue C M Y K H S L
Decimal 183 18 230 0.20 0.92 0 0.10 286.7 0.85 0.49
Hex B7 12 E6 14 5C 0 A 11F 55 31
Octal 267 22 346 24 134 0 12 437 125 61
Binary 10110111 10010 11100110 10100 1011100 0 1010 100011111 1010101 110001

Color Harmonies of #B712E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B712E6

Black with #B712E6

Text Example


Text Example

White with #B712E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B712E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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