Html Css Color HEX #BA68AF Fuchsia

📋 copy color: '#BA68AF'

red 186 ◦ green 104 ◦ blue 175

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

Shades of Fuchsia #BA68AF

Tints of Fuchsia #BA68AF

RGB

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

 GREEN value IS 104 (41.02% from 255) = 22.37%

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

R = 40%
G = 22.37%
B = 37.63%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#BA68AF (or 0xBA68AF) is known color: Fuchsia. HEX triplet: BA, 68 and AF. RGB value is (186,104,175). Sum of RGB (Red+Green+Blue) = 186+104+175=465 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40% from 465); Green value is 104 (41.02% from 255 or 22.37% from 465); Blue value is 175 (68.75% from 255 or 37.63% from 465); Max value from RGB is 186 - color contains mainly: red. Hex color #BA68AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA68AF is #459750. Grayscale: #888888. Windows color (decimal): -4560721 or 11495610. OLE color: 11495610.

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

Color convert

RGB 186 104 175 -
CMYK 0 0.44 0.06 0.27
HSL 308.05º 0.37% 0.57% -
HSV(B) 308.05º 0.44% 0.73% -
XYZ 32.94 23.43 43.34 -
YUV 136.61 149.67 163.23 -
System Red Green Blue C M Y K H S L
Decimal 186 104 175 0 0.44 0.06 0.27 308.05 0.37 0.57
Hex BA 68 AF 0 2C 6 1B 134 25 39
Octal 272 150 257 0 54 6 33 464 45 71
Binary 10111010 1101000 10101111 0 101100 110 11011 100110100 100101 111001

Color Harmonies of #BA68AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA68AF

Black with #BA68AF

Text Example


Text Example

White with #BA68AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA68AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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