Html Css Color HEX #B711FF Electric Purple

📋 copy color: '#B711FF'

red 183 ◦ green 17 ◦ blue 255

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

Shades of Electric Purple #B711FF

Tints of Electric Purple #B711FF

RGB

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

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

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

R = 40.22%
G = 3.74%
B = 56.04%

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

#B711FF (or 0xB711FF) is known color: Electric Purple. HEX triplet: B7, 11 and FF. RGB value is (183,17,255). Sum of RGB (Red+Green+Blue) = 183+17+255=455 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.22% from 455); Green value is 17 (7.03% from 255 or 3.74% from 455); Blue value is 255 (100% from 255 or 56.04% from 455); Max value from RGB is 255 - color contains mainly: blue. Hex color #B711FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B711FF is #48EE00. Grayscale: #5C5C5C. Windows color (decimal): -4779521 or 16716215. OLE color: 16716215.

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

Color convert

RGB 183 17 255 -
CMYK 0.28 0.93 0 0
HSL 281.85º 1% 0.53% -
HSV(B) 281.85º 0.93% 1% -
XYZ 37.78 17.69 96.03 -
YUV 93.77 219 191.65 -
System Red Green Blue C M Y K H S L
Decimal 183 17 255 0.28 0.93 0 0 281.85 1 0.53
Hex B7 11 FF 1C 5D 0 0 11A 64 35
Octal 267 21 377 34 135 0 0 432 144 65
Binary 10110111 10001 11111111 11100 1011101 0 0 100011010 1100100 110101

Color Harmonies of #B711FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B711FF

Black with #B711FF

Text Example


Text Example

White with #B711FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B711FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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