Html Css Color HEX #BA60BD Fuchsia

📋 copy color: '#BA60BD'

red 186 ◦ green 96 ◦ blue 189

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

Shades of Fuchsia #BA60BD

Tints of Fuchsia #BA60BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 40.13%

R = 39.49%
G = 20.38%
B = 40.13%

CMYK

 C value IS 0.02

 M value IS 0.49

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#BA60BD (or 0xBA60BD) is known color: Fuchsia. HEX triplet: BA, 60 and BD. RGB value is (186,96,189). Sum of RGB (Red+Green+Blue) = 186+96+189=471 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.49% from 471); Green value is 96 (37.89% from 255 or 20.38% from 471); Blue value is 189 (74.22% from 255 or 40.13% from 471); Max value from RGB is 189 - color contains mainly: blue. Hex color #BA60BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA60BD is #459F42. Grayscale: #858585. Windows color (decimal): -4562755 or 12411066. OLE color: 12411066.

HSL color Cylindrical-coordinate representation of color #BA60BD: hue angle of 298.06º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BA60BD is Cyan = 0.02, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 186 96 189 -
CMYK 0.02 0.49 0 0.26
HSL 298.06º 0.41% 0.56% -
HSV(B) 298.06º 0.49% 0.74% -
XYZ 33.62 22.48 50.71 -
YUV 133.51 159.32 165.44 -
System Red Green Blue C M Y K H S L
Decimal 186 96 189 0.02 0.49 0 0.26 298.06 0.41 0.56
Hex BA 60 BD 2 31 0 1A 12A 29 38
Octal 272 140 275 2 61 0 32 452 51 70
Binary 10111010 1100000 10111101 10 110001 0 11010 100101010 101001 111000

Color Harmonies of #BA60BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA60BD

Black with #BA60BD

Text Example


Text Example

White with #BA60BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA60BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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