Html Css Color HEX #BA72BF Fuchsia

📋 copy color: '#BA72BF'

red 186 ◦ green 114 ◦ blue 191

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

Shades of Fuchsia #BA72BF

Tints of Fuchsia #BA72BF

RGB

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

 GREEN value IS 114 (44.92% from 255) = 23.22%

 BLUE value IS 191 (75% from 255) = 38.9%

R = 37.88%
G = 23.22%
B = 38.9%

CMYK

 C value IS 0.03

 M value IS 0.40

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BA72BF (or 0xBA72BF) is known color: Fuchsia. HEX triplet: BA, 72 and BF. RGB value is (186,114,191). Sum of RGB (Red+Green+Blue) = 186+114+191=491 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.88% from 491); Green value is 114 (44.92% from 255 or 23.22% from 491); Blue value is 191 (75% from 255 or 38.90% from 491); Max value from RGB is 191 - color contains mainly: blue. Hex color #BA72BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA72BF is #458D40. Grayscale: #909090. Windows color (decimal): -4558145 or 12546746. OLE color: 12546746.

HSL color Cylindrical-coordinate representation of color #BA72BF: hue angle of 296.1º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BA72BF is Cyan = 0.03, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 186 114 191 -
CMYK 0.03 0.40 0 0.25
HSL 296.1º 0.38% 0.6% -
HSV(B) 296.1º 0.4% 0.75% -
XYZ 35.67 26.24 52.47 -
YUV 144.31 154.35 157.74 -
System Red Green Blue C M Y K H S L
Decimal 186 114 191 0.03 0.40 0 0.25 296.1 0.38 0.6
Hex BA 72 BF 3 28 0 19 128 26 3C
Octal 272 162 277 3 50 0 31 450 46 74
Binary 10111010 1110010 10111111 11 101000 0 11001 100101000 100110 111100

Color Harmonies of #BA72BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA72BF

Black with #BA72BF

Text Example


Text Example

White with #BA72BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA72BF; }

 p { color: rgb(186,114,191); }

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

background-color css

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

 a { background-color: rgb(186,114,191); }

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

border-color css

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

 span { border-color: rgb(186,114,191); }

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