Html Css Color HEX #BA4CB0 Fuchsia

📋 copy color: '#BA4CB0'

red 186 ◦ green 76 ◦ blue 176

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

Shades of Fuchsia #BA4CB0

Tints of Fuchsia #BA4CB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 40.18%

R = 42.47%
G = 17.35%
B = 40.18%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.05

 K value IS 0.27

RGB Variations

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

Color information

#BA4CB0 (or 0xBA4CB0) is known color: Fuchsia. HEX triplet: BA, 4C and B0. RGB value is (186,76,176). Sum of RGB (Red+Green+Blue) = 186+76+176=438 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.47% from 438); Green value is 76 (30.08% from 255 or 17.35% from 438); Blue value is 176 (69.14% from 255 or 40.18% from 438); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4CB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4CB0 is #45B34F. Grayscale: #777777. Windows color (decimal): -4567888 or 11553978. OLE color: 11553978.

HSL color Cylindrical-coordinate representation of color #BA4CB0: hue angle of 305.45º 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 #BA4CB0 is Cyan = 0, Magento = 0.59, Yellow = 0.05 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 76 176 -
CMYK 0 0.59 0.05 0.27
HSL 305.45º 0.44% 0.51% -
HSV(B) 305.45º 0.59% 0.73% -
XYZ 30.67 18.74 43.08 -
YUV 120.29 159.44 174.87 -
System Red Green Blue C M Y K H S L
Decimal 186 76 176 0 0.59 0.05 0.27 305.45 0.44 0.51
Hex BA 4C B0 0 3B 5 1B 131 2C 33
Octal 272 114 260 0 73 5 33 461 54 63
Binary 10111010 1001100 10110000 0 111011 101 11011 100110001 101100 110011

Color Harmonies of #BA4CB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4CB0

Black with #BA4CB0

Text Example


Text Example

White with #BA4CB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4CB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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