Html Css Color HEX #B815FD Electric Purple

📋 copy color: '#B815FD'

red 184 ◦ green 21 ◦ blue 253

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

Shades of Electric Purple #B815FD

Tints of Electric Purple #B815FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 55.24%

R = 40.17%
G = 4.59%
B = 55.24%

CMYK

 C value IS 0.27

 M value IS 0.92

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B815FD (or 0xB815FD) is known color: Electric Purple. HEX triplet: B8, 15 and FD. RGB value is (184,21,253). Sum of RGB (Red+Green+Blue) = 184+21+253=458 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.17% from 458); Green value is 21 (8.59% from 255 or 4.59% from 458); Blue value is 253 (99.22% from 255 or 55.24% from 458); Max value from RGB is 253 - color contains mainly: blue. Hex color #B815FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B815FD is #47EA02. Grayscale: #5F5F5F. Windows color (decimal): -4712963 or 16586168. OLE color: 16586168.

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

Color convert

RGB 184 21 253 -
CMYK 0.27 0.92 0 0.01
HSL 282.16º 0.98% 0.54% -
HSV(B) 282.16º 0.92% 0.99% -
XYZ 37.76 17.82 94.38 -
YUV 96.19 216.5 190.64 -
System Red Green Blue C M Y K H S L
Decimal 184 21 253 0.27 0.92 0 0.01 282.16 0.98 0.54
Hex B8 15 FD 1B 5C 0 1 11A 62 36
Octal 270 25 375 33 134 0 1 432 142 66
Binary 10111000 10101 11111101 11011 1011100 0 1 100011010 1100010 110110

Color Harmonies of #B815FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B815FD

Black with #B815FD

Text Example


Text Example

White with #B815FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B815FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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