Html Css Color HEX #BA6AB6 Fuchsia

📋 copy color: '#BA6AB6'

red 186 ◦ green 106 ◦ blue 182

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

Shades of Fuchsia #BA6AB6

Tints of Fuchsia #BA6AB6

RGB

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

 GREEN value IS 106 (41.8% from 255) = 22.36%

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

R = 39.24%
G = 22.36%
B = 38.4%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.02

 K value IS 0.27

RGB Variations

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

Color information

#BA6AB6 (or 0xBA6AB6) is known color: Fuchsia. HEX triplet: BA, 6A and B6. RGB value is (186,106,182). Sum of RGB (Red+Green+Blue) = 186+106+182=474 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.24% from 474); Green value is 106 (41.80% from 255 or 22.36% from 474); Blue value is 182 (71.48% from 255 or 38.40% from 474); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6AB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA6AB6 is #459549. Grayscale: #8A8A8A. Windows color (decimal): -4560202 or 11954874. OLE color: 11954874.

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

Color convert

RGB 186 106 182 -
CMYK 0 0.43 0.02 0.27
HSL 303º 0.37% 0.57% -
HSV(B) 303º 0.43% 0.73% -
XYZ 33.85 24.12 47.13 -
YUV 138.58 152.5 161.82 -
System Red Green Blue C M Y K H S L
Decimal 186 106 182 0 0.43 0.02 0.27 303 0.37 0.57
Hex BA 6A B6 0 2B 2 1B 12F 25 39
Octal 272 152 266 0 53 2 33 457 45 71
Binary 10111010 1101010 10110110 0 101011 10 11011 100101111 100101 111001

Color Harmonies of #BA6AB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6AB6

Black with #BA6AB6

Text Example


Text Example

White with #BA6AB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6AB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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