Html Css Color HEX #BA73B7 Fuchsia

📋 copy color: '#BA73B7'

red 186 ◦ green 115 ◦ blue 183

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

Shades of Fuchsia #BA73B7

Tints of Fuchsia #BA73B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 37.81%

R = 38.43%
G = 23.76%
B = 37.81%

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

#BA73B7 (or 0xBA73B7) is known color: Fuchsia. HEX triplet: BA, 73 and B7. RGB value is (186,115,183). Sum of RGB (Red+Green+Blue) = 186+115+183=484 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.43% from 484); Green value is 115 (45.31% from 255 or 23.76% from 484); Blue value is 183 (71.88% from 255 or 37.81% from 484); Max value from RGB is 186 - color contains mainly: red. Hex color #BA73B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA73B7 is #458C48. Grayscale: #8F8F8F. Windows color (decimal): -4557897 or 12022714. OLE color: 12022714.

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

Color convert

RGB 186 115 183 -
CMYK 0 0.38 0.02 0.27
HSL 302.54º 0.34% 0.59% -
HSV(B) 302.54º 0.38% 0.73% -
XYZ 34.93 26.12 48 -
YUV 143.98 150.02 157.97 -
System Red Green Blue C M Y K H S L
Decimal 186 115 183 0 0.38 0.02 0.27 302.54 0.34 0.59
Hex BA 73 B7 0 26 2 1B 12F 22 3B
Octal 272 163 267 0 46 2 33 457 42 73
Binary 10111010 1110011 10110111 0 100110 10 11011 100101111 100010 111011

Color Harmonies of #BA73B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA73B7

Black with #BA73B7

Text Example


Text Example

White with #BA73B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA73B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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