Html Css Color HEX #B511F6 Electric Purple

📋 copy color: '#B511F6'

red 181 ◦ green 17 ◦ blue 246

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

Shades of Electric Purple #B511F6

Tints of Electric Purple #B511F6

RGB

 RED value IS 181 (71.09% from 255) = 40.77%

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

 BLUE value IS 246 (96.48% from 255) = 55.41%

R = 40.77%
G = 3.83%
B = 55.41%

CMYK

 C value IS 0.26

 M value IS 0.93

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#B511F6 (or 0xB511F6) is known color: Electric Purple. HEX triplet: B5, 11 and F6. RGB value is (181,17,246). Sum of RGB (Red+Green+Blue) = 181+17+246=444 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.77% from 444); Green value is 17 (7.03% from 255 or 3.83% from 444); Blue value is 246 (96.48% from 255 or 55.41% from 444); Max value from RGB is 246 - color contains mainly: blue. Hex color #B511F6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B511F6 is #4AEE09. Grayscale: #5B5B5B. Windows color (decimal): -4910602 or 16126389. OLE color: 16126389.

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

Color convert

RGB 181 17 246 -
CMYK 0.26 0.93 0 0.04
HSL 282.97º 0.93% 0.52% -
HSV(B) 282.97º 0.93% 0.96% -
XYZ 35.89 16.88 88.55 -
YUV 92.14 214.83 191.38 -
System Red Green Blue C M Y K H S L
Decimal 181 17 246 0.26 0.93 0 0.04 282.97 0.93 0.52
Hex B5 11 F6 1A 5D 0 4 11B 5D 34
Octal 265 21 366 32 135 0 4 433 135 64
Binary 10110101 10001 11110110 11010 1011101 0 100 100011011 1011101 110100

Color Harmonies of #B511F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B511F6

Black with #B511F6

Text Example


Text Example

White with #B511F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B511F6; }

 p { color: rgb(181,17,246); }

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

background-color css

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

 a { background-color: rgb(181,17,246); }

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

border-color css

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

 span { border-color: rgb(181,17,246); }

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