Html Css Color HEX #B60FF3 Electric Purple

📋 copy color: '#B60FF3'

red 182 ◦ green 15 ◦ blue 243

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

Shades of Electric Purple #B60FF3

Tints of Electric Purple #B60FF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 55.23%

R = 41.36%
G = 3.41%
B = 55.23%

CMYK

 C value IS 0.25

 M value IS 0.94

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B60FF3 (or 0xB60FF3) is known color: Electric Purple. HEX triplet: B6, 0F and F3. RGB value is (182,15,243). Sum of RGB (Red+Green+Blue) = 182+15+243=440 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.36% from 440); Green value is 15 (6.25% from 255 or 3.41% from 440); Blue value is 243 (95.31% from 255 or 55.23% from 440); Max value from RGB is 243 - color contains mainly: blue. Hex color #B60FF3 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B60FF3 is #49F00C. Grayscale: #5A5A5A. Windows color (decimal): -4845581 or 15929270. OLE color: 15929270.

HSL color Cylindrical-coordinate representation of color #B60FF3: hue angle of 283.95º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B60FF3 is Cyan = 0.25, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 182 15 243 -
CMYK 0.25 0.94 0 0.05
HSL 283.95º 0.9% 0.51% -
HSV(B) 283.95º 0.94% 0.95% -
XYZ 35.64 16.76 86.15 -
YUV 90.93 213.83 192.96 -
System Red Green Blue C M Y K H S L
Decimal 182 15 243 0.25 0.94 0 0.05 283.95 0.9 0.51
Hex B6 F F3 19 5E 0 5 11C 5A 33
Octal 266 17 363 31 136 0 5 434 132 63
Binary 10110110 1111 11110011 11001 1011110 0 101 100011100 1011010 110011

Color Harmonies of #B60FF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B60FF3

Black with #B60FF3

Text Example


Text Example

White with #B60FF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B60FF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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