Html Css Color HEX #B60FF4 Electric Purple

📋 copy color: '#B60FF4'

red 182 ◦ green 15 ◦ blue 244

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

Shades of Electric Purple #B60FF4

Tints of Electric Purple #B60FF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 55.33%

R = 41.27%
G = 3.4%
B = 55.33%

CMYK

 C value IS 0.25

 M value IS 0.94

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#B60FF4 (or 0xB60FF4) is known color: Electric Purple. HEX triplet: B6, 0F and F4. RGB value is (182,15,244). Sum of RGB (Red+Green+Blue) = 182+15+244=441 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.27% from 441); Green value is 15 (6.25% from 255 or 3.40% from 441); Blue value is 244 (95.70% from 255 or 55.33% from 441); Max value from RGB is 244 - color contains mainly: blue. Hex color #B60FF4 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B60FF4 is #49F00B. Grayscale: #5A5A5A. Windows color (decimal): -4845580 or 15994806. OLE color: 15994806.

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

Color convert

RGB 182 15 244 -
CMYK 0.25 0.94 0 0.04
HSL 283.76º 0.91% 0.51% -
HSV(B) 283.76º 0.94% 0.96% -
XYZ 35.79 16.82 86.95 -
YUV 91.04 214.33 192.88 -
System Red Green Blue C M Y K H S L
Decimal 182 15 244 0.25 0.94 0 0.04 283.76 0.91 0.51
Hex B6 F F4 19 5E 0 4 11C 5B 33
Octal 266 17 364 31 136 0 4 434 133 63
Binary 10110110 1111 11110100 11001 1011110 0 100 100011100 1011011 110011

Color Harmonies of #B60FF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B60FF4

Black with #B60FF4

Text Example


Text Example

White with #B60FF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B60FF4; }

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

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

background-color css

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

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

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

border-color css

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

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

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