Html Css Color HEX #B711F9 Electric Purple

📋 copy color: '#B711F9'

red 183 ◦ green 17 ◦ blue 249

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

Shades of Electric Purple #B711F9

Tints of Electric Purple #B711F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 55.46%

R = 40.76%
G = 3.79%
B = 55.46%

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

#B711F9 (or 0xB711F9) is known color: Electric Purple. HEX triplet: B7, 11 and F9. RGB value is (183,17,249). Sum of RGB (Red+Green+Blue) = 183+17+249=449 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.76% from 449); Green value is 17 (7.03% from 255 or 3.79% from 449); Blue value is 249 (97.66% from 255 or 55.46% from 449); Max value from RGB is 249 - color contains mainly: blue. Hex color #B711F9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B711F9 is #48EE06. Grayscale: #5C5C5C. Windows color (decimal): -4779527 or 16322999. OLE color: 16322999.

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

Color convert

RGB 183 17 249 -
CMYK 0.27 0.93 0 0.02
HSL 282.93º 0.95% 0.52% -
HSV(B) 282.93º 0.93% 0.98% -
XYZ 36.83 17.31 91.02 -
YUV 93.08 216 192.14 -
System Red Green Blue C M Y K H S L
Decimal 183 17 249 0.27 0.93 0 0.02 282.93 0.95 0.52
Hex B7 11 F9 1B 5D 0 2 11B 5F 34
Octal 267 21 371 33 135 0 2 433 137 64
Binary 10110111 10001 11111001 11011 1011101 0 10 100011011 1011111 110100

Color Harmonies of #B711F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B711F9

Black with #B711F9

Text Example


Text Example

White with #B711F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B711F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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