Html Css Color HEX #BA4CB4 Fuchsia

📋 copy color: '#BA4CB4'

red 186 ◦ green 76 ◦ blue 180

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

Shades of Fuchsia #BA4CB4

Tints of Fuchsia #BA4CB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 40.72%

R = 42.08%
G = 17.19%
B = 40.72%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.03

 K value IS 0.27

RGB Variations

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

Color information

#BA4CB4 (or 0xBA4CB4) is known color: Fuchsia. HEX triplet: BA, 4C and B4. RGB value is (186,76,180). Sum of RGB (Red+Green+Blue) = 186+76+180=442 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.08% from 442); Green value is 76 (30.08% from 255 or 17.19% from 442); Blue value is 180 (70.70% from 255 or 40.72% from 442); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4CB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA4CB4 is #45B34B. Grayscale: #787878. Windows color (decimal): -4567884 or 11816122. OLE color: 11816122.

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

Color convert

RGB 186 76 180 -
CMYK 0 0.59 0.03 0.27
HSL 303.27º 0.44% 0.51% -
HSV(B) 303.27º 0.59% 0.73% -
XYZ 31.07 18.9 45.19 -
YUV 120.75 161.44 174.54 -
System Red Green Blue C M Y K H S L
Decimal 186 76 180 0 0.59 0.03 0.27 303.27 0.44 0.51
Hex BA 4C B4 0 3B 3 1B 12F 2C 33
Octal 272 114 264 0 73 3 33 457 54 63
Binary 10111010 1001100 10110100 0 111011 11 11011 100101111 101100 110011

Color Harmonies of #BA4CB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4CB4

Black with #BA4CB4

Text Example


Text Example

White with #BA4CB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4CB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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