Html Css Color HEX #BA4CAD Fuchsia

📋 copy color: '#BA4CAD'

red 186 ◦ green 76 ◦ blue 173

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

Shades of Fuchsia #BA4CAD

Tints of Fuchsia #BA4CAD

RGB

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

 GREEN value IS 76 (30.08% from 255) = 17.47%

 BLUE value IS 173 (67.97% from 255) = 39.77%

R = 42.76%
G = 17.47%
B = 39.77%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.07

 K value IS 0.27

RGB Variations

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

Color information

#BA4CAD (or 0xBA4CAD) is known color: Fuchsia. HEX triplet: BA, 4C and AD. RGB value is (186,76,173). Sum of RGB (Red+Green+Blue) = 186+76+173=435 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.76% from 435); Green value is 76 (30.08% from 255 or 17.47% from 435); Blue value is 173 (67.97% from 255 or 39.77% from 435); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4CAD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4CAD is #45B352. Grayscale: #777777. Windows color (decimal): -4567891 or 11357370. OLE color: 11357370.

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

Color convert

RGB 186 76 173 -
CMYK 0 0.59 0.07 0.27
HSL 307.09º 0.44% 0.51% -
HSV(B) 307.09º 0.59% 0.73% -
XYZ 30.38 18.63 41.53 -
YUV 119.95 157.94 175.11 -
System Red Green Blue C M Y K H S L
Decimal 186 76 173 0 0.59 0.07 0.27 307.09 0.44 0.51
Hex BA 4C AD 0 3B 7 1B 133 2C 33
Octal 272 114 255 0 73 7 33 463 54 63
Binary 10111010 1001100 10101101 0 111011 111 11011 100110011 101100 110011

Color Harmonies of #BA4CAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4CAD

Black with #BA4CAD

Text Example


Text Example

White with #BA4CAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4CAD; }

 p { color: rgb(186,76,173); }

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

background-color css

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

 a { background-color: rgb(186,76,173); }

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

border-color css

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

 span { border-color: rgb(186,76,173); }

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