Html Css Color HEX #BA60B7 Fuchsia

📋 copy color: '#BA60B7'

red 186 ◦ green 96 ◦ blue 183

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

Shades of Fuchsia #BA60B7

Tints of Fuchsia #BA60B7

RGB

 RED value IS 186 (73.05% from 255) = 40%

 GREEN value IS 96 (37.89% from 255) = 20.65%

 BLUE value IS 183 (71.88% from 255) = 39.35%

R = 40%
G = 20.65%
B = 39.35%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.02

 K value IS 0.27

RGB Variations

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

Color information

#BA60B7 (or 0xBA60B7) is known color: Fuchsia. HEX triplet: BA, 60 and B7. RGB value is (186,96,183). Sum of RGB (Red+Green+Blue) = 186+96+183=465 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40% from 465); Green value is 96 (37.89% from 255 or 20.65% from 465); Blue value is 183 (71.88% from 255 or 39.35% from 465); Max value from RGB is 186 - color contains mainly: red. Hex color #BA60B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA60B7 is #459F48. Grayscale: #848484. Windows color (decimal): -4562761 or 12017850. OLE color: 12017850.

HSL color Cylindrical-coordinate representation of color #BA60B7: hue angle of 302º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BA60B7 is Cyan = 0, Magento = 0.48, Yellow = 0.02 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 96 183 -
CMYK 0 0.48 0.02 0.27
HSL 302º 0.39% 0.55% -
HSV(B) 302º 0.48% 0.73% -
XYZ 32.98 22.22 47.35 -
YUV 132.83 156.32 165.93 -
System Red Green Blue C M Y K H S L
Decimal 186 96 183 0 0.48 0.02 0.27 302 0.39 0.55
Hex BA 60 B7 0 30 2 1B 12E 27 37
Octal 272 140 267 0 60 2 33 456 47 67
Binary 10111010 1100000 10110111 0 110000 10 11011 100101110 100111 110111

Color Harmonies of #BA60B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA60B7

Black with #BA60B7

Text Example


Text Example

White with #BA60B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA60B7; }

 p { color: rgb(186,96,183); }

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

background-color css

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

 a { background-color: rgb(186,96,183); }

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

border-color css

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

 span { border-color: rgb(186,96,183); }

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