Html Css Color HEX #B712FF Electric Purple

📋 copy color: '#B712FF'

red 183 ◦ green 18 ◦ blue 255

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

Shades of Electric Purple #B712FF

Tints of Electric Purple #B712FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 55.92%

R = 40.13%
G = 3.95%
B = 55.92%

CMYK

 C value IS 0.28

 M value IS 0.93

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B712FF (or 0xB712FF) is known color: Electric Purple. HEX triplet: B7, 12 and FF. RGB value is (183,18,255). Sum of RGB (Red+Green+Blue) = 183+18+255=456 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.13% from 456); Green value is 18 (7.42% from 255 or 3.95% from 456); Blue value is 255 (100% from 255 or 55.92% from 456); Max value from RGB is 255 - color contains mainly: blue. Hex color #B712FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B712FF is #48ED00. Grayscale: #5D5D5D. Windows color (decimal): -4779265 or 16716471. OLE color: 16716471.

HSL color Cylindrical-coordinate representation of color #B712FF: hue angle of 281.77º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B712FF is Cyan = 0.28, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 183 18 255 -
CMYK 0.28 0.93 0 0
HSL 281.77º 1% 0.54% -
HSV(B) 281.77º 0.93% 1% -
XYZ 37.79 17.72 96.04 -
YUV 94.35 218.66 191.23 -
System Red Green Blue C M Y K H S L
Decimal 183 18 255 0.28 0.93 0 0 281.77 1 0.54
Hex B7 12 FF 1C 5D 0 0 11A 64 36
Octal 267 22 377 34 135 0 0 432 144 66
Binary 10110111 10010 11111111 11100 1011101 0 0 100011010 1100100 110110

Color Harmonies of #B712FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B712FF

Black with #B712FF

Text Example


Text Example

White with #B712FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B712FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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