Html Css Color HEX #BA66B8 Fuchsia

📋 copy color: '#BA66B8'

red 186 ◦ green 102 ◦ blue 184

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

Shades of Fuchsia #BA66B8

Tints of Fuchsia #BA66B8

RGB

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

 GREEN value IS 102 (40.23% from 255) = 21.61%

 BLUE value IS 184 (72.27% from 255) = 38.98%

R = 39.41%
G = 21.61%
B = 38.98%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.01

 K value IS 0.27

RGB Variations

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

Color information

#BA66B8 (or 0xBA66B8) is known color: Fuchsia. HEX triplet: BA, 66 and B8. RGB value is (186,102,184). Sum of RGB (Red+Green+Blue) = 186+102+184=472 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.41% from 472); Green value is 102 (40.23% from 255 or 21.61% from 472); Blue value is 184 (72.27% from 255 or 38.98% from 472); Max value from RGB is 186 - color contains mainly: red. Hex color #BA66B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA66B8 is #459947. Grayscale: #888888. Windows color (decimal): -4561224 or 12084922. OLE color: 12084922.

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

Color convert

RGB 186 102 184 -
CMYK 0 0.45 0.01 0.27
HSL 301.43º 0.38% 0.56% -
HSV(B) 301.43º 0.45% 0.73% -
XYZ 33.65 23.4 48.09 -
YUV 136.46 154.83 163.33 -
System Red Green Blue C M Y K H S L
Decimal 186 102 184 0 0.45 0.01 0.27 301.43 0.38 0.56
Hex BA 66 B8 0 2D 1 1B 12D 26 38
Octal 272 146 270 0 55 1 33 455 46 70
Binary 10111010 1100110 10111000 0 101101 1 11011 100101101 100110 111000

Color Harmonies of #BA66B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA66B8

Black with #BA66B8

Text Example


Text Example

White with #BA66B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA66B8; }

 p { color: rgb(186,102,184); }

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

background-color css

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

 a { background-color: rgb(186,102,184); }

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

border-color css

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

 span { border-color: rgb(186,102,184); }

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