Html Css Color HEX #B515F1 Electric Purple

📋 copy color: '#B515F1'

red 181 ◦ green 21 ◦ blue 241

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

Shades of Electric Purple #B515F1

Tints of Electric Purple #B515F1

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.74%

 BLUE value IS 241 (94.53% from 255) = 54.4%

R = 40.86%
G = 4.74%
B = 54.4%

CMYK

 C value IS 0.25

 M value IS 0.91

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B515F1 (or 0xB515F1) is known color: Electric Purple. HEX triplet: B5, 15 and F1. RGB value is (181,21,241). Sum of RGB (Red+Green+Blue) = 181+21+241=443 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.86% from 443); Green value is 21 (8.59% from 255 or 4.74% from 443); Blue value is 241 (94.53% from 255 or 54.40% from 443); Max value from RGB is 241 - color contains mainly: blue. Hex color #B515F1 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B515F1 is #4AEA0E. Grayscale: #5D5D5D. Windows color (decimal): -4909583 or 15799733. OLE color: 15799733.

HSL color Cylindrical-coordinate representation of color #B515F1: hue angle of 283.64º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B515F1 is Cyan = 0.25, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 181 21 241 -
CMYK 0.25 0.91 0 0.05
HSL 283.64º 0.89% 0.51% -
HSV(B) 283.64º 0.91% 0.95% -
XYZ 35.2 16.71 84.59 -
YUV 93.92 211.01 190.11 -
System Red Green Blue C M Y K H S L
Decimal 181 21 241 0.25 0.91 0 0.05 283.64 0.89 0.51
Hex B5 15 F1 19 5B 0 5 11C 59 33
Octal 265 25 361 31 133 0 5 434 131 63
Binary 10110101 10101 11110001 11001 1011011 0 101 100011100 1011001 110011

Color Harmonies of #B515F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B515F1

Black with #B515F1

Text Example


Text Example

White with #B515F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B515F1; }

 p { color: rgb(181,21,241); }

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

background-color css

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

 a { background-color: rgb(181,21,241); }

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

border-color css

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

 span { border-color: rgb(181,21,241); }

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