Html Css Color HEX #B615FF Electric Purple

📋 copy color: '#B615FF'

red 182 ◦ green 21 ◦ blue 255

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

Shades of Electric Purple #B615FF

Tints of Electric Purple #B615FF

RGB

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

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

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

R = 39.74%
G = 4.59%
B = 55.68%

CMYK

 C value IS 0.29

 M value IS 0.92

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B615FF (or 0xB615FF) is known color: Electric Purple. HEX triplet: B6, 15 and FF. RGB value is (182,21,255). Sum of RGB (Red+Green+Blue) = 182+21+255=458 (60% of max value = 765). Red value is 182 (71.48% from 255 or 39.74% from 458); Green value is 21 (8.59% from 255 or 4.59% from 458); Blue value is 255 (100% from 255 or 55.68% from 458); Max value from RGB is 255 - color contains mainly: blue. Hex color #B615FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B615FF is #49EA00. Grayscale: #5F5F5F. Windows color (decimal): -4844033 or 16717238. OLE color: 16717238.

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

Color convert

RGB 182 21 255 -
CMYK 0.29 0.92 0 0
HSL 281.28º 1% 0.54% -
HSV(B) 281.28º 0.92% 1% -
XYZ 37.61 17.7 96.04 -
YUV 95.82 217.84 189.47 -
System Red Green Blue C M Y K H S L
Decimal 182 21 255 0.29 0.92 0 0 281.28 1 0.54
Hex B6 15 FF 1D 5C 0 0 119 64 36
Octal 266 25 377 35 134 0 0 431 144 66
Binary 10110110 10101 11111111 11101 1011100 0 0 100011001 1100100 110110

Color Harmonies of #B615FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B615FF

Black with #B615FF

Text Example


Text Example

White with #B615FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B615FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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