Html Css Color HEX #B915FF Electric Purple

📋 copy color: '#B915FF'

red 185 ◦ green 21 ◦ blue 255

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

Shades of Electric Purple #B915FF

Tints of Electric Purple #B915FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 55.31%

R = 40.13%
G = 4.56%
B = 55.31%

CMYK

 C value IS 0.27

 M value IS 0.92

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B915FF (or 0xB915FF) is known color: Electric Purple. HEX triplet: B9, 15 and FF. RGB value is (185,21,255). Sum of RGB (Red+Green+Blue) = 185+21+255=461 (61% of max value = 765). Red value is 185 (72.66% from 255 or 40.13% from 461); Green value is 21 (8.59% from 255 or 4.56% from 461); Blue value is 255 (100% from 255 or 55.31% from 461); Max value from RGB is 255 - color contains mainly: blue. Hex color #B915FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B915FF is #46EA00. Grayscale: #5F5F5F. Windows color (decimal): -4647425 or 16717241. OLE color: 16717241.

HSL color Cylindrical-coordinate representation of color #B915FF: hue angle of 282.05º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B915FF is Cyan = 0.27, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 185 21 255 -
CMYK 0.27 0.92 0 0
HSL 282.05º 1% 0.54% -
HSV(B) 282.05º 0.92% 1% -
XYZ 38.33 18.07 96.08 -
YUV 96.71 217.33 190.97 -
System Red Green Blue C M Y K H S L
Decimal 185 21 255 0.27 0.92 0 0 282.05 1 0.54
Hex B9 15 FF 1B 5C 0 0 11A 64 36
Octal 271 25 377 33 134 0 0 432 144 66
Binary 10111001 10101 11111111 11011 1011100 0 0 100011010 1100100 110110

Color Harmonies of #B915FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B915FF

Black with #B915FF

Text Example


Text Example

White with #B915FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B915FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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