Html Css Color HEX #BA5BAF Fuchsia

📋 copy color: '#BA5BAF'

red 186 ◦ green 91 ◦ blue 175

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

Shades of Fuchsia #BA5BAF

Tints of Fuchsia #BA5BAF

RGB

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

 GREEN value IS 91 (35.94% from 255) = 20.13%

 BLUE value IS 175 (68.75% from 255) = 38.72%

R = 41.15%
G = 20.13%
B = 38.72%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#BA5BAF (or 0xBA5BAF) is known color: Fuchsia. HEX triplet: BA, 5B and AF. RGB value is (186,91,175). Sum of RGB (Red+Green+Blue) = 186+91+175=452 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.15% from 452); Green value is 91 (35.94% from 255 or 20.13% from 452); Blue value is 175 (68.75% from 255 or 38.72% from 452); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5BAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5BAF is #45A450. Grayscale: #808080. Windows color (decimal): -4564049 or 11492282. OLE color: 11492282.

HSL color Cylindrical-coordinate representation of color #BA5BAF: hue angle of 306.95º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BA5BAF is Cyan = 0, Magento = 0.51, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 91 175 -
CMYK 0 0.51 0.06 0.27
HSL 306.95º 0.41% 0.54% -
HSV(B) 306.95º 0.51% 0.73% -
XYZ 31.73 21.02 42.94 -
YUV 128.98 153.97 168.67 -
System Red Green Blue C M Y K H S L
Decimal 186 91 175 0 0.51 0.06 0.27 306.95 0.41 0.54
Hex BA 5B AF 0 33 6 1B 133 29 36
Octal 272 133 257 0 63 6 33 463 51 66
Binary 10111010 1011011 10101111 0 110011 110 11011 100110011 101001 110110

Color Harmonies of #BA5BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5BAF

Black with #BA5BAF

Text Example


Text Example

White with #BA5BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5BAF; }

 p { color: rgb(186,91,175); }

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

background-color css

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

 a { background-color: rgb(186,91,175); }

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

border-color css

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

 span { border-color: rgb(186,91,175); }

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