Html Css Color HEX #BA78BD Fuchsia

📋 copy color: '#BA78BD'

red 186 ◦ green 120 ◦ blue 189

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

Shades of Fuchsia #BA78BD

Tints of Fuchsia #BA78BD

RGB

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

 GREEN value IS 120 (47.27% from 255) = 24.24%

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

R = 37.58%
G = 24.24%
B = 38.18%

CMYK

 C value IS 0.02

 M value IS 0.37

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#BA78BD (or 0xBA78BD) is known color: Fuchsia. HEX triplet: BA, 78 and BD. RGB value is (186,120,189). Sum of RGB (Red+Green+Blue) = 186+120+189=495 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.58% from 495); Green value is 120 (47.27% from 255 or 24.24% from 495); Blue value is 189 (74.22% from 255 or 38.18% from 495); Max value from RGB is 189 - color contains mainly: blue. Hex color #BA78BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA78BD is #458742. Grayscale: #939393. Windows color (decimal): -4556611 or 12417210. OLE color: 12417210.

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

Color convert

RGB 186 120 189 -
CMYK 0.02 0.37 0 0.26
HSL 297.39º 0.34% 0.61% -
HSV(B) 297.39º 0.37% 0.74% -
XYZ 36.15 27.55 51.56 -
YUV 147.6 151.37 155.39 -
System Red Green Blue C M Y K H S L
Decimal 186 120 189 0.02 0.37 0 0.26 297.39 0.34 0.61
Hex BA 78 BD 2 25 0 1A 129 22 3D
Octal 272 170 275 2 45 0 32 451 42 75
Binary 10111010 1111000 10111101 10 100101 0 11010 100101001 100010 111101

Color Harmonies of #BA78BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA78BD

Black with #BA78BD

Text Example


Text Example

White with #BA78BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA78BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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