Html Css Color HEX #B60FF7 Electric Purple

📋 copy color: '#B60FF7'

red 182 ◦ green 15 ◦ blue 247

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

Shades of Electric Purple #B60FF7

Tints of Electric Purple #B60FF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 55.63%

R = 40.99%
G = 3.38%
B = 55.63%

CMYK

 C value IS 0.26

 M value IS 0.94

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#B60FF7 (or 0xB60FF7) is known color: Electric Purple. HEX triplet: B6, 0F and F7. RGB value is (182,15,247). Sum of RGB (Red+Green+Blue) = 182+15+247=444 (58% of max value = 765). Red value is 182 (71.48% from 255 or 40.99% from 444); Green value is 15 (6.25% from 255 or 3.38% from 444); Blue value is 247 (96.88% from 255 or 55.63% from 444); Max value from RGB is 247 - color contains mainly: blue. Hex color #B60FF7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B60FF7 is #49F008. Grayscale: #5A5A5A. Windows color (decimal): -4845577 or 16191414. OLE color: 16191414.

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

Color convert

RGB 182 15 247 -
CMYK 0.26 0.94 0 0.03
HSL 283.19º 0.94% 0.51% -
HSV(B) 283.19º 0.94% 0.97% -
XYZ 36.25 17 89.37 -
YUV 91.38 215.83 192.64 -
System Red Green Blue C M Y K H S L
Decimal 182 15 247 0.26 0.94 0 0.03 283.19 0.94 0.51
Hex B6 F F7 1A 5E 0 3 11B 5E 33
Octal 266 17 367 32 136 0 3 433 136 63
Binary 10110110 1111 11110111 11010 1011110 0 11 100011011 1011110 110011

Color Harmonies of #B60FF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B60FF7

Black with #B60FF7

Text Example


Text Example

White with #B60FF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B60FF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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