Html Css Color HEX #B511FC Electric Purple

📋 copy color: '#B511FC'

red 181 ◦ green 17 ◦ blue 252

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

Shades of Electric Purple #B511FC

Tints of Electric Purple #B511FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 56%

R = 40.22%
G = 3.78%
B = 56%

CMYK

 C value IS 0.28

 M value IS 0.93

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B511FC (or 0xB511FC) is known color: Electric Purple. HEX triplet: B5, 11 and FC. RGB value is (181,17,252). Sum of RGB (Red+Green+Blue) = 181+17+252=450 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.22% from 450); Green value is 17 (7.03% from 255 or 3.78% from 450); Blue value is 252 (98.83% from 255 or 56% from 450); Max value from RGB is 252 - color contains mainly: blue. Hex color #B511FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B511FC is #4AEE03. Grayscale: #5C5C5C. Windows color (decimal): -4910596 or 16519605. OLE color: 16519605.

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

Color convert

RGB 181 17 252 -
CMYK 0.28 0.93 0 0.01
HSL 281.87º 0.98% 0.53% -
HSV(B) 281.87º 0.93% 0.99% -
XYZ 36.83 17.25 93.48 -
YUV 92.83 217.83 190.89 -
System Red Green Blue C M Y K H S L
Decimal 181 17 252 0.28 0.93 0 0.01 281.87 0.98 0.53
Hex B5 11 FC 1C 5D 0 1 11A 62 35
Octal 265 21 374 34 135 0 1 432 142 65
Binary 10110101 10001 11111100 11100 1011101 0 1 100011010 1100010 110101

Color Harmonies of #B511FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B511FC

Black with #B511FC

Text Example


Text Example

White with #B511FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B511FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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