Html Css Color HEX #B915E0 Electric Purple

📋 copy color: '#B915E0'

red 185 ◦ green 21 ◦ blue 224

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

Shades of Electric Purple #B915E0

Tints of Electric Purple #B915E0

RGB

 RED value IS 185 (72.66% from 255) = 43.02%

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

 BLUE value IS 224 (87.89% from 255) = 52.09%

R = 43.02%
G = 4.88%
B = 52.09%

CMYK

 C value IS 0.17

 M value IS 0.91

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B915E0 (or 0xB915E0) is known color: Electric Purple. HEX triplet: B9, 15 and E0. RGB value is (185,21,224). Sum of RGB (Red+Green+Blue) = 185+21+224=430 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.02% from 430); Green value is 21 (8.59% from 255 or 4.88% from 430); Blue value is 224 (87.89% from 255 or 52.09% from 430); Max value from RGB is 224 - color contains mainly: blue. Hex color #B915E0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B915E0 is #46EA1F. Grayscale: #5C5C5C. Windows color (decimal): -4647456 or 14685625. OLE color: 14685625.

HSL color Cylindrical-coordinate representation of color #B915E0: hue angle of 288.47º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B915E0 is Cyan = 0.17, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 185 21 224 -
CMYK 0.17 0.91 0 0.12
HSL 288.47º 0.83% 0.48% -
HSV(B) 288.47º 0.91% 0.88% -
XYZ 33.73 16.23 71.88 -
YUV 93.18 201.83 193.49 -
System Red Green Blue C M Y K H S L
Decimal 185 21 224 0.17 0.91 0 0.12 288.47 0.83 0.48
Hex B9 15 E0 11 5B 0 C 120 53 30
Octal 271 25 340 21 133 0 14 440 123 60
Binary 10111001 10101 11100000 10001 1011011 0 1100 100100000 1010011 110000

Color Harmonies of #B915E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B915E0

Black with #B915E0

Text Example


Text Example

White with #B915E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B915E0; }

 p { color: rgb(185,21,224); }

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

background-color css

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

 a { background-color: rgb(185,21,224); }

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

border-color css

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

 span { border-color: rgb(185,21,224); }

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