Html Css Color HEX #BA69B0 Fuchsia

📋 copy color: '#BA69B0'

red 186 ◦ green 105 ◦ blue 176

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

Shades of Fuchsia #BA69B0

Tints of Fuchsia #BA69B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 37.69%

R = 39.83%
G = 22.48%
B = 37.69%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.05

 K value IS 0.27

RGB Variations

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

Color information

#BA69B0 (or 0xBA69B0) is known color: Fuchsia. HEX triplet: BA, 69 and B0. RGB value is (186,105,176). Sum of RGB (Red+Green+Blue) = 186+105+176=467 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.83% from 467); Green value is 105 (41.41% from 255 or 22.48% from 467); Blue value is 176 (69.14% from 255 or 37.69% from 467); Max value from RGB is 186 - color contains mainly: red. Hex color #BA69B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA69B0 is #45964F. Grayscale: #898989. Windows color (decimal): -4560464 or 11561402. OLE color: 11561402.

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

Color convert

RGB 186 105 176 -
CMYK 0 0.44 0.05 0.27
HSL 307.41º 0.37% 0.57% -
HSV(B) 307.41º 0.44% 0.73% -
XYZ 33.14 23.68 43.9 -
YUV 137.31 149.84 162.73 -
System Red Green Blue C M Y K H S L
Decimal 186 105 176 0 0.44 0.05 0.27 307.41 0.37 0.57
Hex BA 69 B0 0 2C 5 1B 133 25 39
Octal 272 151 260 0 54 5 33 463 45 71
Binary 10111010 1101001 10110000 0 101100 101 11011 100110011 100101 111001

Color Harmonies of #BA69B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA69B0

Black with #BA69B0

Text Example


Text Example

White with #BA69B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA69B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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