Html Css Color HEX #BA5DB7 Fuchsia

📋 copy color: '#BA5DB7'

red 186 ◦ green 93 ◦ blue 183

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

Shades of Fuchsia #BA5DB7

Tints of Fuchsia #BA5DB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 39.61%

R = 40.26%
G = 20.13%
B = 39.61%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.02

 K value IS 0.27

RGB Variations

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

Color information

#BA5DB7 (or 0xBA5DB7) is known color: Fuchsia. HEX triplet: BA, 5D and B7. RGB value is (186,93,183). Sum of RGB (Red+Green+Blue) = 186+93+183=462 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.26% from 462); Green value is 93 (36.72% from 255 or 20.13% from 462); Blue value is 183 (71.88% from 255 or 39.61% from 462); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5DB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA5DB7 is #45A248. Grayscale: #828282. Windows color (decimal): -4563529 or 12017082. OLE color: 12017082.

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

Color convert

RGB 186 93 183 -
CMYK 0 0.5 0.02 0.27
HSL 301.94º 0.4% 0.55% -
HSV(B) 301.94º 0.5% 0.73% -
XYZ 32.71 21.69 47.26 -
YUV 131.07 157.31 167.18 -
System Red Green Blue C M Y K H S L
Decimal 186 93 183 0 0.5 0.02 0.27 301.94 0.4 0.55
Hex BA 5D B7 0 32 2 1B 12E 28 37
Octal 272 135 267 0 62 2 33 456 50 67
Binary 10111010 1011101 10110111 0 110010 10 11011 100101110 101000 110111

Color Harmonies of #BA5DB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5DB7

Black with #BA5DB7

Text Example


Text Example

White with #BA5DB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5DB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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