Html Css Color HEX #BA5DB5 Fuchsia

📋 copy color: '#BA5DB5'

red 186 ◦ green 93 ◦ blue 181

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

Shades of Fuchsia #BA5DB5

Tints of Fuchsia #BA5DB5

RGB

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

 GREEN value IS 93 (36.72% from 255) = 20.22%

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

R = 40.43%
G = 20.22%
B = 39.35%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.03

 K value IS 0.27

RGB Variations

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

Color information

#BA5DB5 (or 0xBA5DB5) is known color: Fuchsia. HEX triplet: BA, 5D and B5. RGB value is (186,93,181). Sum of RGB (Red+Green+Blue) = 186+93+181=460 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.43% from 460); Green value is 93 (36.72% from 255 or 20.22% from 460); Blue value is 181 (71.09% from 255 or 39.35% from 460); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5DB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA5DB5 is #45A24A. Grayscale: #828282. Windows color (decimal): -4563531 or 11886010. OLE color: 11886010.

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

Color convert

RGB 186 93 181 -
CMYK 0 0.5 0.03 0.27
HSL 303.23º 0.4% 0.55% -
HSV(B) 303.23º 0.5% 0.73% -
XYZ 32.5 21.6 46.17 -
YUV 130.84 156.31 167.34 -
System Red Green Blue C M Y K H S L
Decimal 186 93 181 0 0.5 0.03 0.27 303.23 0.4 0.55
Hex BA 5D B5 0 32 3 1B 12F 28 37
Octal 272 135 265 0 62 3 33 457 50 67
Binary 10111010 1011101 10110101 0 110010 11 11011 100101111 101000 110111

Color Harmonies of #BA5DB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5DB5

Black with #BA5DB5

Text Example


Text Example

White with #BA5DB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5DB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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