Html Css Color HEX #BA6DB5 Fuchsia

📋 copy color: '#BA6DB5'

red 186 ◦ green 109 ◦ blue 181

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

Shades of Fuchsia #BA6DB5

Tints of Fuchsia #BA6DB5

RGB

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

 GREEN value IS 109 (42.97% from 255) = 22.9%

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

R = 39.08%
G = 22.9%
B = 38.03%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.03

 K value IS 0.27

RGB Variations

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

Color information

#BA6DB5 (or 0xBA6DB5) is known color: Fuchsia. HEX triplet: BA, 6D and B5. RGB value is (186,109,181). Sum of RGB (Red+Green+Blue) = 186+109+181=476 (63% of max value = 765). Red value is 186 (73.05% from 255 or 39.08% from 476); Green value is 109 (42.97% from 255 or 22.90% from 476); Blue value is 181 (71.09% from 255 or 38.03% from 476); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6DB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA6DB5 is #45924A. Grayscale: #8C8C8C. Windows color (decimal): -4559435 or 11890106. OLE color: 11890106.

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

Color convert

RGB 186 109 181 -
CMYK 0 0.41 0.03 0.27
HSL 303.9º 0.36% 0.58% -
HSV(B) 303.9º 0.41% 0.73% -
XYZ 34.06 24.71 46.69 -
YUV 140.23 151.01 160.65 -
System Red Green Blue C M Y K H S L
Decimal 186 109 181 0 0.41 0.03 0.27 303.9 0.36 0.58
Hex BA 6D B5 0 29 3 1B 130 24 3A
Octal 272 155 265 0 51 3 33 460 44 72
Binary 10111010 1101101 10110101 0 101001 11 11011 100110000 100100 111010

Color Harmonies of #BA6DB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6DB5

Black with #BA6DB5

Text Example


Text Example

White with #BA6DB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6DB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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