Html Css Color HEX #BA5CB4 Fuchsia

📋 copy color: '#BA5CB4'

red 186 ◦ green 92 ◦ blue 180

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

Shades of Fuchsia #BA5CB4

Tints of Fuchsia #BA5CB4

RGB

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

 GREEN value IS 92 (36.33% from 255) = 20.09%

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

R = 40.61%
G = 20.09%
B = 39.3%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.03

 K value IS 0.27

RGB Variations

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

Color information

#BA5CB4 (or 0xBA5CB4) is known color: Fuchsia. HEX triplet: BA, 5C and B4. RGB value is (186,92,180). Sum of RGB (Red+Green+Blue) = 186+92+180=458 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.61% from 458); Green value is 92 (36.33% from 255 or 20.09% from 458); Blue value is 180 (70.70% from 255 or 39.30% from 458); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5CB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA5CB4 is #45A34B. Grayscale: #818181. Windows color (decimal): -4563788 or 11820218. OLE color: 11820218.

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

Color convert

RGB 186 92 180 -
CMYK 0 0.51 0.03 0.27
HSL 303.83º 0.41% 0.55% -
HSV(B) 303.83º 0.51% 0.73% -
XYZ 32.32 21.39 45.61 -
YUV 130.14 156.14 167.84 -
System Red Green Blue C M Y K H S L
Decimal 186 92 180 0 0.51 0.03 0.27 303.83 0.41 0.55
Hex BA 5C B4 0 33 3 1B 130 29 37
Octal 272 134 264 0 63 3 33 460 51 67
Binary 10111010 1011100 10110100 0 110011 11 11011 100110000 101001 110111

Color Harmonies of #BA5CB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5CB4

Black with #BA5CB4

Text Example


Text Example

White with #BA5CB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5CB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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