Html Css Color HEX #B615FE Electric Purple

📋 copy color: '#B615FE'

red 182 ◦ green 21 ◦ blue 254

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

Shades of Electric Purple #B615FE

Tints of Electric Purple #B615FE

RGB

 RED value IS 182 (71.48% from 255) = 39.82%

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

 BLUE value IS 254 (99.61% from 255) = 55.58%

R = 39.82%
G = 4.6%
B = 55.58%

CMYK

 C value IS 0.28

 M value IS 0.92

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B615FE (or 0xB615FE) is known color: Electric Purple. HEX triplet: B6, 15 and FE. RGB value is (182,21,254). Sum of RGB (Red+Green+Blue) = 182+21+254=457 (60% of max value = 765). Red value is 182 (71.48% from 255 or 39.82% from 457); Green value is 21 (8.59% from 255 or 4.60% from 457); Blue value is 254 (99.61% from 255 or 55.58% from 457); Max value from RGB is 254 - color contains mainly: blue. Hex color #B615FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B615FE is #49EA01. Grayscale: #5E5E5E. Windows color (decimal): -4844034 or 16651702. OLE color: 16651702.

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

Color convert

RGB 182 21 254 -
CMYK 0.28 0.92 0 0.00
HSL 281.46º 0.99% 0.54% -
HSV(B) 281.46º 0.92% 1% -
XYZ 37.45 17.64 95.2 -
YUV 95.7 217.34 189.55 -
System Red Green Blue C M Y K H S L
Decimal 182 21 254 0.28 0.92 0 0.00 281.46 0.99 0.54
Hex B6 15 FE 1C 5C 0 0 119 63 36
Octal 266 25 376 34 134 0 0 431 143 66
Binary 10110110 10101 11111110 11100 1011100 0 0 100011001 1100011 110110

Color Harmonies of #B615FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B615FE

Black with #B615FE

Text Example


Text Example

White with #B615FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B615FE; }

 p { color: rgb(182,21,254); }

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

background-color css

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

 a { background-color: rgb(182,21,254); }

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

border-color css

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

 span { border-color: rgb(182,21,254); }

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