Html Css Color HEX #BA73B5 Fuchsia

📋 copy color: '#BA73B5'

red 186 ◦ green 115 ◦ blue 181

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

Shades of Fuchsia #BA73B5

Tints of Fuchsia #BA73B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 37.55%

R = 38.59%
G = 23.86%
B = 37.55%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.03

 K value IS 0.27

RGB Variations

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

Color information

#BA73B5 (or 0xBA73B5) is known color: Fuchsia. HEX triplet: BA, 73 and B5. RGB value is (186,115,181). Sum of RGB (Red+Green+Blue) = 186+115+181=482 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.59% from 482); Green value is 115 (45.31% from 255 or 23.86% from 482); Blue value is 181 (71.09% from 255 or 37.55% from 482); Max value from RGB is 186 - color contains mainly: red. Hex color #BA73B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA73B5 is #458C4A. Grayscale: #8F8F8F. Windows color (decimal): -4557899 or 11891642. OLE color: 11891642.

HSL color Cylindrical-coordinate representation of color #BA73B5: hue angle of 304.23º 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 #BA73B5 is Cyan = 0, Magento = 0.38, Yellow = 0.03 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 115 181 -
CMYK 0 0.38 0.03 0.27
HSL 304.23º 0.34% 0.59% -
HSV(B) 304.23º 0.38% 0.73% -
XYZ 34.72 26.04 46.91 -
YUV 143.75 149.02 158.13 -
System Red Green Blue C M Y K H S L
Decimal 186 115 181 0 0.38 0.03 0.27 304.23 0.34 0.59
Hex BA 73 B5 0 26 3 1B 130 22 3B
Octal 272 163 265 0 46 3 33 460 42 73
Binary 10111010 1110011 10110101 0 100110 11 11011 100110000 100010 111011

Color Harmonies of #BA73B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA73B5

Black with #BA73B5

Text Example


Text Example

White with #BA73B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA73B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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