Html Css Color HEX #B60BEC Electric Purple

📋 copy color: '#B60BEC'

red 182 ◦ green 11 ◦ blue 236

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

Shades of Electric Purple #B60BEC

Tints of Electric Purple #B60BEC

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.56%

 BLUE value IS 236 (92.58% from 255) = 55.01%

R = 42.42%
G = 2.56%
B = 55.01%

CMYK

 C value IS 0.23

 M value IS 0.95

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B60BEC (or 0xB60BEC) is known color: Electric Purple. HEX triplet: B6, 0B and EC. RGB value is (182,11,236). Sum of RGB (Red+Green+Blue) = 182+11+236=429 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.42% from 429); Green value is 11 (4.69% from 255 or 2.56% from 429); Blue value is 236 (92.58% from 255 or 55.01% from 429); Max value from RGB is 236 - color contains mainly: blue. Hex color #B60BEC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B60BEC is #49F413. Grayscale: #575757. Windows color (decimal): -4846612 or 15469494. OLE color: 15469494.

HSL color Cylindrical-coordinate representation of color #B60BEC: hue angle of 285.6º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B60BEC is Cyan = 0.23, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 182 11 236 -
CMYK 0.23 0.95 0 0.07
HSL 285.6º 0.91% 0.48% -
HSV(B) 285.6º 0.95% 0.93% -
XYZ 34.55 16.24 80.67 -
YUV 87.78 211.65 195.2 -
System Red Green Blue C M Y K H S L
Decimal 182 11 236 0.23 0.95 0 0.07 285.6 0.91 0.48
Hex B6 B EC 17 5F 0 7 11E 5B 30
Octal 266 13 354 27 137 0 7 436 133 60
Binary 10110110 1011 11101100 10111 1011111 0 111 100011110 1011011 110000

Color Harmonies of #B60BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B60BEC

Black with #B60BEC

Text Example


Text Example

White with #B60BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B60BEC; }

 p { color: rgb(182,11,236); }

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

background-color css

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

 a { background-color: rgb(182,11,236); }

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

border-color css

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

 span { border-color: rgb(182,11,236); }

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