Html Css Color HEX #B60FF8 Electric Purple

📋 copy color: '#B60FF8'

red 182 ◦ green 15 ◦ blue 248

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

Shades of Electric Purple #B60FF8

Tints of Electric Purple #B60FF8

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.37%

 BLUE value IS 248 (97.27% from 255) = 55.73%

R = 40.9%
G = 3.37%
B = 55.73%

CMYK

 C value IS 0.27

 M value IS 0.94

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#B60FF8 (or 0xB60FF8) is known color: Electric Purple. HEX triplet: B6, 0F and F8. RGB value is (182,15,248). Sum of RGB (Red+Green+Blue) = 182+15+248=445 (58% of max value = 765). Red value is 182 (71.48% from 255 or 40.90% from 445); Green value is 15 (6.25% from 255 or 3.37% from 445); Blue value is 248 (97.27% from 255 or 55.73% from 445); Max value from RGB is 248 - color contains mainly: blue. Hex color #B60FF8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B60FF8 is #49F007. Grayscale: #5A5A5A. Windows color (decimal): -4845576 or 16256950. OLE color: 16256950.

HSL color Cylindrical-coordinate representation of color #B60FF8: hue angle of 283º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B60FF8 is Cyan = 0.27, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 182 15 248 -
CMYK 0.27 0.94 0 0.03
HSL 283º 0.94% 0.52% -
HSV(B) 283º 0.94% 0.97% -
XYZ 36.41 17.06 90.18 -
YUV 91.5 216.33 192.55 -
System Red Green Blue C M Y K H S L
Decimal 182 15 248 0.27 0.94 0 0.03 283 0.94 0.52
Hex B6 F F8 1B 5E 0 3 11B 5E 34
Octal 266 17 370 33 136 0 3 433 136 64
Binary 10110110 1111 11111000 11011 1011110 0 11 100011011 1011110 110100

Color Harmonies of #B60FF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B60FF8

Black with #B60FF8

Text Example


Text Example

White with #B60FF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B60FF8; }

 p { color: rgb(182,15,248); }

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

background-color css

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

 a { background-color: rgb(182,15,248); }

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

border-color css

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

 span { border-color: rgb(182,15,248); }

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