Html Css Color HEX #B60FFD Electric Purple

📋 copy color: '#B60FFD'

red 182 ◦ green 15 ◦ blue 253

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

Shades of Electric Purple #B60FFD

Tints of Electric Purple #B60FFD

RGB

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

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

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

R = 40.44%
G = 3.33%
B = 56.22%

CMYK

 C value IS 0.28

 M value IS 0.94

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B60FFD (or 0xB60FFD) is known color: Electric Purple. HEX triplet: B6, 0F and FD. RGB value is (182,15,253). Sum of RGB (Red+Green+Blue) = 182+15+253=450 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.44% from 450); Green value is 15 (6.25% from 255 or 3.33% from 450); Blue value is 253 (99.22% from 255 or 56.22% from 450); Max value from RGB is 253 - color contains mainly: blue. Hex color #B60FFD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B60FFD is #49F002. Grayscale: #5B5B5B. Windows color (decimal): -4845571 or 16584630. OLE color: 16584630.

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

Color convert

RGB 182 15 253 -
CMYK 0.28 0.94 0 0.01
HSL 282.1º 0.98% 0.53% -
HSV(B) 282.1º 0.94% 0.99% -
XYZ 37.19 17.38 94.32 -
YUV 92.07 218.83 192.15 -
System Red Green Blue C M Y K H S L
Decimal 182 15 253 0.28 0.94 0 0.01 282.1 0.98 0.53
Hex B6 F FD 1C 5E 0 1 11A 62 35
Octal 266 17 375 34 136 0 1 432 142 65
Binary 10110110 1111 11111101 11100 1011110 0 1 100011010 1100010 110101

Color Harmonies of #B60FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B60FFD

Black with #B60FFD

Text Example


Text Example

White with #B60FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B60FFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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