Html Css Color HEX #B60FFB Electric Purple

📋 copy color: '#B60FFB'

red 182 ◦ green 15 ◦ blue 251

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

Shades of Electric Purple #B60FFB

Tints of Electric Purple #B60FFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 56.03%

R = 40.63%
G = 3.35%
B = 56.03%

CMYK

 C value IS 0.27

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B60FFB (or 0xB60FFB) is known color: Electric Purple. HEX triplet: B6, 0F and FB. RGB value is (182,15,251). Sum of RGB (Red+Green+Blue) = 182+15+251=448 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.62% from 448); Green value is 15 (6.25% from 255 or 3.35% from 448); Blue value is 251 (98.44% from 255 or 56.03% from 448); Max value from RGB is 251 - color contains mainly: blue. Hex color #B60FFB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B60FFB is #49F004. Grayscale: #5B5B5B. Windows color (decimal): -4845573 or 16453558. OLE color: 16453558.

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

Color convert

RGB 182 15 251 -
CMYK 0.27 0.94 0 0.02
HSL 282.46º 0.97% 0.52% -
HSV(B) 282.46º 0.94% 0.98% -
XYZ 36.87 17.25 92.65 -
YUV 91.84 217.83 192.31 -
System Red Green Blue C M Y K H S L
Decimal 182 15 251 0.27 0.94 0 0.02 282.46 0.97 0.52
Hex B6 F FB 1B 5E 0 2 11A 61 34
Octal 266 17 373 33 136 0 2 432 141 64
Binary 10110110 1111 11111011 11011 1011110 0 10 100011010 1100001 110100

Color Harmonies of #B60FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B60FFB

Black with #B60FFB

Text Example


Text Example

White with #B60FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B60FFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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