Html Css Color HEX #BA75BB Fuchsia

📋 copy color: '#BA75BB'

red 186 ◦ green 117 ◦ blue 187

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

Shades of Fuchsia #BA75BB

Tints of Fuchsia #BA75BB

RGB

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

 GREEN value IS 117 (46.09% from 255) = 23.88%

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

R = 37.96%
G = 23.88%
B = 38.16%

CMYK

 C value IS 0.01

 M value IS 0.37

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#BA75BB (or 0xBA75BB) is known color: Fuchsia. HEX triplet: BA, 75 and BB. RGB value is (186,117,187). Sum of RGB (Red+Green+Blue) = 186+117+187=490 (64% of max value = 765). Red value is 186 (73.05% from 255 or 37.96% from 490); Green value is 117 (46.09% from 255 or 23.88% from 490); Blue value is 187 (73.44% from 255 or 38.16% from 490); Max value from RGB is 187 - color contains mainly: blue. Hex color #BA75BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA75BB is #458A44. Grayscale: #919191. Windows color (decimal): -4557381 or 12285370. OLE color: 12285370.

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

Color convert

RGB 186 117 187 -
CMYK 0.01 0.37 0 0.27
HSL 299.14º 0.34% 0.6% -
HSV(B) 299.14º 0.37% 0.73% -
XYZ 35.58 26.75 50.3 -
YUV 145.61 151.36 156.81 -
System Red Green Blue C M Y K H S L
Decimal 186 117 187 0.01 0.37 0 0.27 299.14 0.34 0.6
Hex BA 75 BB 1 25 0 1B 12B 22 3C
Octal 272 165 273 1 45 0 33 453 42 74
Binary 10111010 1110101 10111011 1 100101 0 11011 100101011 100010 111100

Color Harmonies of #BA75BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA75BB

Black with #BA75BB

Text Example


Text Example

White with #BA75BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA75BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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