Html Css Color HEX #BA66B5 Fuchsia

📋 copy color: '#BA66B5'

red 186 ◦ green 102 ◦ blue 181

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

Shades of Fuchsia #BA66B5

Tints of Fuchsia #BA66B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 38.59%

R = 39.66%
G = 21.75%
B = 38.59%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.03

 K value IS 0.27

RGB Variations

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

Color information

#BA66B5 (or 0xBA66B5) is known color: Fuchsia. HEX triplet: BA, 66 and B5. RGB value is (186,102,181). Sum of RGB (Red+Green+Blue) = 186+102+181=469 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.66% from 469); Green value is 102 (40.23% from 255 or 21.75% from 469); Blue value is 181 (71.09% from 255 or 38.59% from 469); Max value from RGB is 186 - color contains mainly: red. Hex color #BA66B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA66B5 is #45994A. Grayscale: #878787. Windows color (decimal): -4561227 or 11888314. OLE color: 11888314.

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

Color convert

RGB 186 102 181 -
CMYK 0 0.45 0.03 0.27
HSL 303.57º 0.38% 0.56% -
HSV(B) 303.57º 0.45% 0.73% -
XYZ 33.34 23.28 46.45 -
YUV 136.12 153.33 163.58 -
System Red Green Blue C M Y K H S L
Decimal 186 102 181 0 0.45 0.03 0.27 303.57 0.38 0.56
Hex BA 66 B5 0 2D 3 1B 130 26 38
Octal 272 146 265 0 55 3 33 460 46 70
Binary 10111010 1100110 10110101 0 101101 11 11011 100110000 100110 111000

Color Harmonies of #BA66B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA66B5

Black with #BA66B5

Text Example


Text Example

White with #BA66B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA66B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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