Html Css Color HEX #B815FF Electric Purple

📋 copy color: '#B815FF'

red 184 ◦ green 21 ◦ blue 255

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

Shades of Electric Purple #B815FF

Tints of Electric Purple #B815FF

RGB

 RED value IS 184 (72.27% from 255) = 40%

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

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

R = 40%
G = 4.57%
B = 55.43%

CMYK

 C value IS 0.28

 M value IS 0.92

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B815FF (or 0xB815FF) is known color: Electric Purple. HEX triplet: B8, 15 and FF. RGB value is (184,21,255). Sum of RGB (Red+Green+Blue) = 184+21+255=460 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40% from 460); Green value is 21 (8.59% from 255 or 4.57% from 460); Blue value is 255 (100% from 255 or 55.43% from 460); Max value from RGB is 255 - color contains mainly: blue. Hex color #B815FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B815FF is #47EA00. Grayscale: #5F5F5F. Windows color (decimal): -4712961 or 16717240. OLE color: 16717240.

HSL color Cylindrical-coordinate representation of color #B815FF: hue angle of 281.79º 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 #B815FF is Cyan = 0.28, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 184 21 255 -
CMYK 0.28 0.92 0 0
HSL 281.79º 1% 0.54% -
HSV(B) 281.79º 0.92% 1% -
XYZ 38.09 17.95 96.06 -
YUV 96.41 217.5 190.47 -
System Red Green Blue C M Y K H S L
Decimal 184 21 255 0.28 0.92 0 0 281.79 1 0.54
Hex B8 15 FF 1C 5C 0 0 11A 64 36
Octal 270 25 377 34 134 0 0 432 144 66
Binary 10111000 10101 11111111 11100 1011100 0 0 100011010 1100100 110110

Color Harmonies of #B815FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B815FF

Black with #B815FF

Text Example


Text Example

White with #B815FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B815FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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