Html Css Color HEX #BA4CBD Fuchsia

📋 copy color: '#BA4CBD'

red 186 ◦ green 76 ◦ blue 189

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

Shades of Fuchsia #BA4CBD

Tints of Fuchsia #BA4CBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 41.91%

R = 41.24%
G = 16.85%
B = 41.91%

CMYK

 C value IS 0.02

 M value IS 0.60

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#BA4CBD (or 0xBA4CBD) is known color: Fuchsia. HEX triplet: BA, 4C and BD. RGB value is (186,76,189). Sum of RGB (Red+Green+Blue) = 186+76+189=451 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.24% from 451); Green value is 76 (30.08% from 255 or 16.85% from 451); Blue value is 189 (74.22% from 255 or 41.91% from 451); Max value from RGB is 189 - color contains mainly: blue. Hex color #BA4CBD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA4CBD is #45B342. Grayscale: #797979. Windows color (decimal): -4567875 or 12405946. OLE color: 12405946.

HSL color Cylindrical-coordinate representation of color #BA4CBD: hue angle of 298.41º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BA4CBD is Cyan = 0.02, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 186 76 189 -
CMYK 0.02 0.60 0 0.26
HSL 298.41º 0.46% 0.52% -
HSV(B) 298.41º 0.6% 0.74% -
XYZ 32.02 19.28 50.18 -
YUV 121.77 165.94 173.81 -
System Red Green Blue C M Y K H S L
Decimal 186 76 189 0.02 0.60 0 0.26 298.41 0.46 0.52
Hex BA 4C BD 2 3C 0 1A 12A 2E 34
Octal 272 114 275 2 74 0 32 452 56 64
Binary 10111010 1001100 10111101 10 111100 0 11010 100101010 101110 110100

Color Harmonies of #BA4CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4CBD

Black with #BA4CBD

Text Example


Text Example

White with #BA4CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4CBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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