Html Css Color HEX #B60CFB Electric Purple

📋 copy color: '#B60CFB'

red 182 ◦ green 12 ◦ blue 251

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

Shades of Electric Purple #B60CFB

Tints of Electric Purple #B60CFB

RGB

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

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

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

R = 40.9%
G = 2.7%
B = 56.4%

CMYK

 C value IS 0.27

 M value IS 0.95

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B60CFB (or 0xB60CFB) is known color: Electric Purple. HEX triplet: B6, 0C and FB. RGB value is (182,12,251). Sum of RGB (Red+Green+Blue) = 182+12+251=445 (58% of max value = 765). Red value is 182 (71.48% from 255 or 40.90% from 445); Green value is 12 (5.08% from 255 or 2.70% from 445); Blue value is 251 (98.44% from 255 or 56.40% from 445); Max value from RGB is 251 - color contains mainly: blue. Hex color #B60CFB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B60CFB is #49F304. Grayscale: #595959. Windows color (decimal): -4846341 or 16452790. OLE color: 16452790.

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

Color convert

RGB 182 12 251 -
CMYK 0.27 0.95 0 0.02
HSL 282.68º 0.97% 0.52% -
HSV(B) 282.68º 0.95% 0.98% -
XYZ 36.84 17.17 92.64 -
YUV 90.08 218.82 193.57 -
System Red Green Blue C M Y K H S L
Decimal 182 12 251 0.27 0.95 0 0.02 282.68 0.97 0.52
Hex B6 C FB 1B 5F 0 2 11B 61 34
Octal 266 14 373 33 137 0 2 433 141 64
Binary 10110110 1100 11111011 11011 1011111 0 10 100011011 1100001 110100

Color Harmonies of #B60CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B60CFB

Black with #B60CFB

Text Example


Text Example

White with #B60CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B60CFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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