Html Css Color HEX #BA68B6 Fuchsia

📋 copy color: '#BA68B6'

red 186 ◦ green 104 ◦ blue 182

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

Shades of Fuchsia #BA68B6

Tints of Fuchsia #BA68B6

RGB

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

 GREEN value IS 104 (41.02% from 255) = 22.03%

 BLUE value IS 182 (71.48% from 255) = 38.56%

R = 39.41%
G = 22.03%
B = 38.56%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.02

 K value IS 0.27

RGB Variations

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

Color information

#BA68B6 (or 0xBA68B6) is known color: Fuchsia. HEX triplet: BA, 68 and B6. RGB value is (186,104,182). Sum of RGB (Red+Green+Blue) = 186+104+182=472 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.41% from 472); Green value is 104 (41.02% from 255 or 22.03% from 472); Blue value is 182 (71.48% from 255 or 38.56% from 472); Max value from RGB is 186 - color contains mainly: red. Hex color #BA68B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA68B6 is #459749. Grayscale: #898989. Windows color (decimal): -4560714 or 11954362. OLE color: 11954362.

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

Color convert

RGB 186 104 182 -
CMYK 0 0.44 0.02 0.27
HSL 302.93º 0.37% 0.57% -
HSV(B) 302.93º 0.44% 0.73% -
XYZ 33.64 23.72 47.06 -
YUV 137.41 153.17 162.66 -
System Red Green Blue C M Y K H S L
Decimal 186 104 182 0 0.44 0.02 0.27 302.93 0.37 0.57
Hex BA 68 B6 0 2C 2 1B 12F 25 39
Octal 272 150 266 0 54 2 33 457 45 71
Binary 10111010 1101000 10110110 0 101100 10 11011 100101111 100101 111001

Color Harmonies of #BA68B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA68B6

Black with #BA68B6

Text Example


Text Example

White with #BA68B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA68B6; }

 p { color: rgb(186,104,182); }

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

background-color css

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

 a { background-color: rgb(186,104,182); }

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

border-color css

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

 span { border-color: rgb(186,104,182); }

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