Html Css Color HEX #B712F7 Electric Purple

📋 copy color: '#B712F7'

red 183 ◦ green 18 ◦ blue 247

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

Shades of Electric Purple #B712F7

Tints of Electric Purple #B712F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 55.13%

R = 40.85%
G = 4.02%
B = 55.13%

CMYK

 C value IS 0.26

 M value IS 0.93

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#B712F7 (or 0xB712F7) is known color: Electric Purple. HEX triplet: B7, 12 and F7. RGB value is (183,18,247). Sum of RGB (Red+Green+Blue) = 183+18+247=448 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.85% from 448); Green value is 18 (7.42% from 255 or 4.02% from 448); Blue value is 247 (96.88% from 255 or 55.13% from 448); Max value from RGB is 247 - color contains mainly: blue. Hex color #B712F7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B712F7 is #48ED08. Grayscale: #5C5C5C. Windows color (decimal): -4779273 or 16192183. OLE color: 16192183.

HSL color Cylindrical-coordinate representation of color #B712F7: hue angle of 283.23º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B712F7 is Cyan = 0.26, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 183 18 247 -
CMYK 0.26 0.93 0 0.03
HSL 283.23º 0.93% 0.52% -
HSV(B) 283.23º 0.93% 0.97% -
XYZ 36.53 17.22 89.39 -
YUV 93.44 214.66 191.88 -
System Red Green Blue C M Y K H S L
Decimal 183 18 247 0.26 0.93 0 0.03 283.23 0.93 0.52
Hex B7 12 F7 1A 5D 0 3 11B 5D 34
Octal 267 22 367 32 135 0 3 433 135 64
Binary 10110111 10010 11110111 11010 1011101 0 11 100011011 1011101 110100

Color Harmonies of #B712F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B712F7

Black with #B712F7

Text Example


Text Example

White with #B712F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B712F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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