Html Css Color HEX #B60EFD Electric Purple

📋 copy color: '#B60EFD'

red 182 ◦ green 14 ◦ blue 253

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

Shades of Electric Purple #B60EFD

Tints of Electric Purple #B60EFD

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.12%

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

R = 40.53%
G = 3.12%
B = 56.35%

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

#B60EFD (or 0xB60EFD) is known color: Electric Purple. HEX triplet: B6, 0E and FD. RGB value is (182,14,253). Sum of RGB (Red+Green+Blue) = 182+14+253=449 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.53% from 449); Green value is 14 (5.86% from 255 or 3.12% from 449); Blue value is 253 (99.22% from 255 or 56.35% from 449); Max value from RGB is 253 - color contains mainly: blue. Hex color #B60EFD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B60EFD is #49F102. Grayscale: #5A5A5A. Windows color (decimal): -4845827 or 16584374. OLE color: 16584374.

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

Color convert

RGB 182 14 253 -
CMYK 0.28 0.94 0 0.01
HSL 282.18º 0.98% 0.52% -
HSV(B) 282.18º 0.94% 0.99% -
XYZ 37.18 17.35 94.32 -
YUV 91.48 219.16 192.57 -
System Red Green Blue C M Y K H S L
Decimal 182 14 253 0.28 0.94 0 0.01 282.18 0.98 0.52
Hex B6 E FD 1C 5E 0 1 11A 62 34
Octal 266 16 375 34 136 0 1 432 142 64
Binary 10110110 1110 11111101 11100 1011110 0 1 100011010 1100010 110100

Color Harmonies of #B60EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B60EFD

Black with #B60EFD

Text Example


Text Example

White with #B60EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B60EFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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