Html Css Color HEX #BA73B6 Fuchsia

📋 copy color: '#BA73B6'

red 186 ◦ green 115 ◦ blue 182

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

Shades of Fuchsia #BA73B6

Tints of Fuchsia #BA73B6

RGB

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

 GREEN value IS 115 (45.31% from 255) = 23.81%

 BLUE value IS 182 (71.48% from 255) = 37.68%

R = 38.51%
G = 23.81%
B = 37.68%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.02

 K value IS 0.27

RGB Variations

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

Color information

#BA73B6 (or 0xBA73B6) is known color: Fuchsia. HEX triplet: BA, 73 and B6. RGB value is (186,115,182). Sum of RGB (Red+Green+Blue) = 186+115+182=483 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.51% from 483); Green value is 115 (45.31% from 255 or 23.81% from 483); Blue value is 182 (71.48% from 255 or 37.68% from 483); Max value from RGB is 186 - color contains mainly: red. Hex color #BA73B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA73B6 is #458C49. Grayscale: #8F8F8F. Windows color (decimal): -4557898 or 11957178. OLE color: 11957178.

HSL color Cylindrical-coordinate representation of color #BA73B6: hue angle of 303.38º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BA73B6 is Cyan = 0, Magento = 0.38, Yellow = 0.02 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 115 182 -
CMYK 0 0.38 0.02 0.27
HSL 303.38º 0.34% 0.59% -
HSV(B) 303.38º 0.38% 0.73% -
XYZ 34.82 26.08 47.45 -
YUV 143.87 149.52 158.05 -
System Red Green Blue C M Y K H S L
Decimal 186 115 182 0 0.38 0.02 0.27 303.38 0.34 0.59
Hex BA 73 B6 0 26 2 1B 12F 22 3B
Octal 272 163 266 0 46 2 33 457 42 73
Binary 10111010 1110011 10110110 0 100110 10 11011 100101111 100010 111011

Color Harmonies of #BA73B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA73B6

Black with #BA73B6

Text Example


Text Example

White with #BA73B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA73B6; }

 p { color: rgb(186,115,182); }

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

background-color css

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

 a { background-color: rgb(186,115,182); }

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

border-color css

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

 span { border-color: rgb(186,115,182); }

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