Html Css Color HEX #B815F6 Electric Purple

📋 copy color: '#B815F6'

red 184 ◦ green 21 ◦ blue 246

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

Shades of Electric Purple #B815F6

Tints of Electric Purple #B815F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 54.55%

R = 40.8%
G = 4.66%
B = 54.55%

CMYK

 C value IS 0.25

 M value IS 0.91

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#B815F6 (or 0xB815F6) is known color: Electric Purple. HEX triplet: B8, 15 and F6. RGB value is (184,21,246). Sum of RGB (Red+Green+Blue) = 184+21+246=451 (59% of max value = 765). Red value is 184 (72.27% from 255 or 40.80% from 451); Green value is 21 (8.59% from 255 or 4.66% from 451); Blue value is 246 (96.48% from 255 or 54.55% from 451); Max value from RGB is 246 - color contains mainly: blue. Hex color #B815F6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B815F6 is #47EA09. Grayscale: #5E5E5E. Windows color (decimal): -4712970 or 16127416. OLE color: 16127416.

HSL color Cylindrical-coordinate representation of color #B815F6: hue angle of 283.47º degrees, saturation: 0.93, 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 #B815F6 is Cyan = 0.25, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 184 21 246 -
CMYK 0.25 0.91 0 0.04
HSL 283.47º 0.93% 0.52% -
HSV(B) 283.47º 0.91% 0.96% -
XYZ 36.67 17.38 88.61 -
YUV 95.39 213 191.2 -
System Red Green Blue C M Y K H S L
Decimal 184 21 246 0.25 0.91 0 0.04 283.47 0.93 0.52
Hex B8 15 F6 19 5B 0 4 11B 5D 34
Octal 270 25 366 31 133 0 4 433 135 64
Binary 10111000 10101 11110110 11001 1011011 0 100 100011011 1011101 110100

Color Harmonies of #B815F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B815F6

Black with #B815F6

Text Example


Text Example

White with #B815F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B815F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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