Html Css Color HEX #B711FB Electric Purple

📋 copy color: '#B711FB'

red 183 ◦ green 17 ◦ blue 251

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

Shades of Electric Purple #B711FB

Tints of Electric Purple #B711FB

RGB

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

 GREEN value IS 17 (7.03% from 255) = 3.77%

 BLUE value IS 251 (98.44% from 255) = 55.65%

R = 40.58%
G = 3.77%
B = 55.65%

CMYK

 C value IS 0.27

 M value IS 0.93

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B711FB (or 0xB711FB) is known color: Electric Purple. HEX triplet: B7, 11 and FB. RGB value is (183,17,251). Sum of RGB (Red+Green+Blue) = 183+17+251=451 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.58% from 451); Green value is 17 (7.03% from 255 or 3.77% from 451); Blue value is 251 (98.44% from 255 or 55.65% from 451); Max value from RGB is 251 - color contains mainly: blue. Hex color #B711FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B711FB is #48EE04. Grayscale: #5C5C5C. Windows color (decimal): -4779525 or 16454071. OLE color: 16454071.

HSL color Cylindrical-coordinate representation of color #B711FB: hue angle of 282.56º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B711FB is Cyan = 0.27, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 183 17 251 -
CMYK 0.27 0.93 0 0.02
HSL 282.56º 0.97% 0.53% -
HSV(B) 282.56º 0.93% 0.98% -
XYZ 37.14 17.43 92.67 -
YUV 93.31 217 191.97 -
System Red Green Blue C M Y K H S L
Decimal 183 17 251 0.27 0.93 0 0.02 282.56 0.97 0.53
Hex B7 11 FB 1B 5D 0 2 11B 61 35
Octal 267 21 373 33 135 0 2 433 141 65
Binary 10110111 10001 11111011 11011 1011101 0 10 100011011 1100001 110101

Color Harmonies of #B711FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B711FB

Black with #B711FB

Text Example


Text Example

White with #B711FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B711FB; }

 p { color: rgb(183,17,251); }

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

background-color css

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

 a { background-color: rgb(183,17,251); }

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

border-color css

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

 span { border-color: rgb(183,17,251); }

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