Html Css Color HEX #BA4EBD Fuchsia

📋 copy color: '#BA4EBD'

red 186 ◦ green 78 ◦ blue 189

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

Shades of Fuchsia #BA4EBD

Tints of Fuchsia #BA4EBD

RGB

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

 GREEN value IS 78 (30.86% from 255) = 17.22%

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

R = 41.06%
G = 17.22%
B = 41.72%

CMYK

 C value IS 0.02

 M value IS 0.59

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#BA4EBD (or 0xBA4EBD) is known color: Fuchsia. HEX triplet: BA, 4E and BD. RGB value is (186,78,189). Sum of RGB (Red+Green+Blue) = 186+78+189=453 (60% of max value = 765). Red value is 186 (73.05% from 255 or 41.06% from 453); Green value is 78 (30.86% from 255 or 17.22% from 453); Blue value is 189 (74.22% from 255 or 41.72% from 453); Max value from RGB is 189 - color contains mainly: blue. Hex color #BA4EBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA4EBD is #45B142. Grayscale: #7A7A7A. Windows color (decimal): -4567363 or 12406458. OLE color: 12406458.

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

Color convert

RGB 186 78 189 -
CMYK 0.02 0.59 0 0.26
HSL 298.38º 0.46% 0.52% -
HSV(B) 298.38º 0.59% 0.74% -
XYZ 32.16 19.56 50.22 -
YUV 122.95 165.28 172.97 -
System Red Green Blue C M Y K H S L
Decimal 186 78 189 0.02 0.59 0 0.26 298.38 0.46 0.52
Hex BA 4E BD 2 3B 0 1A 12A 2E 34
Octal 272 116 275 2 73 0 32 452 56 64
Binary 10111010 1001110 10111101 10 111011 0 11010 100101010 101110 110100

Color Harmonies of #BA4EBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4EBD

Black with #BA4EBD

Text Example


Text Example

White with #BA4EBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4EBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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