Html Css Color HEX #BA69B5 Fuchsia

📋 copy color: '#BA69B5'

red 186 ◦ green 105 ◦ blue 181

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

Shades of Fuchsia #BA69B5

Tints of Fuchsia #BA69B5

RGB

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

 GREEN value IS 105 (41.41% from 255) = 22.25%

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

R = 39.41%
G = 22.25%
B = 38.35%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.03

 K value IS 0.27

RGB Variations

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

Color information

#BA69B5 (or 0xBA69B5) is known color: Fuchsia. HEX triplet: BA, 69 and B5. RGB value is (186,105,181). Sum of RGB (Red+Green+Blue) = 186+105+181=472 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.41% from 472); Green value is 105 (41.41% from 255 or 22.25% from 472); Blue value is 181 (71.09% from 255 or 38.35% from 472); Max value from RGB is 186 - color contains mainly: red. Hex color #BA69B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA69B5 is #45964A. Grayscale: #898989. Windows color (decimal): -4560459 or 11889082. OLE color: 11889082.

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

Color convert

RGB 186 105 181 -
CMYK 0 0.44 0.03 0.27
HSL 303.7º 0.37% 0.57% -
HSV(B) 303.7º 0.44% 0.73% -
XYZ 33.64 23.88 46.55 -
YUV 137.88 152.34 162.32 -
System Red Green Blue C M Y K H S L
Decimal 186 105 181 0 0.44 0.03 0.27 303.7 0.37 0.57
Hex BA 69 B5 0 2C 3 1B 130 25 39
Octal 272 151 265 0 54 3 33 460 45 71
Binary 10111010 1101001 10110101 0 101100 11 11011 100110000 100101 111001

Color Harmonies of #BA69B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA69B5

Black with #BA69B5

Text Example


Text Example

White with #BA69B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA69B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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