Html Css Color HEX #B60CFC Electric Purple

📋 copy color: '#B60CFC'

red 182 ◦ green 12 ◦ blue 252

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

Shades of Electric Purple #B60CFC

Tints of Electric Purple #B60CFC

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.69%

 BLUE value IS 252 (98.83% from 255) = 56.5%

R = 40.81%
G = 2.69%
B = 56.5%

CMYK

 C value IS 0.28

 M value IS 0.95

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B60CFC (or 0xB60CFC) is known color: Electric Purple. HEX triplet: B6, 0C and FC. RGB value is (182,12,252). Sum of RGB (Red+Green+Blue) = 182+12+252=446 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.81% from 446); Green value is 12 (5.08% from 255 or 2.69% from 446); Blue value is 252 (98.83% from 255 or 56.50% from 446); Max value from RGB is 252 - color contains mainly: blue. Hex color #B60CFC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B60CFC is #49F303. Grayscale: #595959. Windows color (decimal): -4846340 or 16518326. OLE color: 16518326.

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

Color convert

RGB 182 12 252 -
CMYK 0.28 0.95 0 0.01
HSL 282.5º 0.98% 0.52% -
HSV(B) 282.5º 0.95% 0.99% -
XYZ 36.99 17.24 93.47 -
YUV 90.19 219.32 193.49 -
System Red Green Blue C M Y K H S L
Decimal 182 12 252 0.28 0.95 0 0.01 282.5 0.98 0.52
Hex B6 C FC 1C 5F 0 1 11A 62 34
Octal 266 14 374 34 137 0 1 432 142 64
Binary 10110110 1100 11111100 11100 1011111 0 1 100011010 1100010 110100

Color Harmonies of #B60CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B60CFC

Black with #B60CFC

Text Example


Text Example

White with #B60CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B60CFC; }

 p { color: rgb(182,12,252); }

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

background-color css

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

 a { background-color: rgb(182,12,252); }

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

border-color css

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

 span { border-color: rgb(182,12,252); }

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