Html Css Color HEX #B516F5 Electric Purple

📋 copy color: '#B516F5'

red 181 ◦ green 22 ◦ blue 245

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

Shades of Electric Purple #B516F5

Tints of Electric Purple #B516F5

RGB

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

 GREEN value IS 22 (8.98% from 255) = 4.91%

 BLUE value IS 245 (96.09% from 255) = 54.69%

R = 40.4%
G = 4.91%
B = 54.69%

CMYK

 C value IS 0.26

 M value IS 0.91

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#B516F5 (or 0xB516F5) is known color: Electric Purple. HEX triplet: B5, 16 and F5. RGB value is (181,22,245). Sum of RGB (Red+Green+Blue) = 181+22+245=448 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.40% from 448); Green value is 22 (8.98% from 255 or 4.91% from 448); Blue value is 245 (96.09% from 255 or 54.69% from 448); Max value from RGB is 245 - color contains mainly: blue. Hex color #B516F5 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B516F5 is #4AE90A. Grayscale: #5E5E5E. Windows color (decimal): -4909323 or 16062133. OLE color: 16062133.

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

Color convert

RGB 181 22 245 -
CMYK 0.26 0.91 0 0.04
HSL 282.78º 0.92% 0.52% -
HSV(B) 282.78º 0.91% 0.96% -
XYZ 35.82 16.99 87.78 -
YUV 94.96 212.68 189.37 -
System Red Green Blue C M Y K H S L
Decimal 181 22 245 0.26 0.91 0 0.04 282.78 0.92 0.52
Hex B5 16 F5 1A 5B 0 4 11B 5C 34
Octal 265 26 365 32 133 0 4 433 134 64
Binary 10110101 10110 11110101 11010 1011011 0 100 100011011 1011100 110100

Color Harmonies of #B516F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B516F5

Black with #B516F5

Text Example


Text Example

White with #B516F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B516F5; }

 p { color: rgb(181,22,245); }

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

background-color css

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

 a { background-color: rgb(181,22,245); }

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

border-color css

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

 span { border-color: rgb(181,22,245); }

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