Html Css Color HEX #BA72BB Fuchsia

📋 copy color: '#BA72BB'

red 186 ◦ green 114 ◦ blue 187

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

Shades of Fuchsia #BA72BB

Tints of Fuchsia #BA72BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 38.4%

R = 38.19%
G = 23.41%
B = 38.4%

CMYK

 C value IS 0.01

 M value IS 0.39

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#BA72BB (or 0xBA72BB) is known color: Fuchsia. HEX triplet: BA, 72 and BB. RGB value is (186,114,187). Sum of RGB (Red+Green+Blue) = 186+114+187=487 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.19% from 487); Green value is 114 (44.92% from 255 or 23.41% from 487); Blue value is 187 (73.44% from 255 or 38.40% from 487); Max value from RGB is 187 - color contains mainly: blue. Hex color #BA72BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA72BB is #458D44. Grayscale: #8F8F8F. Windows color (decimal): -4558149 or 12284602. OLE color: 12284602.

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

Color convert

RGB 186 114 187 -
CMYK 0.01 0.39 0 0.27
HSL 299.18º 0.35% 0.59% -
HSV(B) 299.18º 0.39% 0.73% -
XYZ 35.24 26.06 50.19 -
YUV 143.85 152.35 158.06 -
System Red Green Blue C M Y K H S L
Decimal 186 114 187 0.01 0.39 0 0.27 299.18 0.35 0.59
Hex BA 72 BB 1 27 0 1B 12B 23 3B
Octal 272 162 273 1 47 0 33 453 43 73
Binary 10111010 1110010 10111011 1 100111 0 11011 100101011 100011 111011

Color Harmonies of #BA72BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA72BB

Black with #BA72BB

Text Example


Text Example

White with #BA72BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA72BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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