Html Css Color HEX #BA5CB7 Fuchsia

📋 copy color: '#BA5CB7'

red 186 ◦ green 92 ◦ blue 183

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

Shades of Fuchsia #BA5CB7

Tints of Fuchsia #BA5CB7

RGB

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

 GREEN value IS 92 (36.33% from 255) = 19.96%

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

R = 40.35%
G = 19.96%
B = 39.7%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.02

 K value IS 0.27

RGB Variations

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

Color information

#BA5CB7 (or 0xBA5CB7) is known color: Fuchsia. HEX triplet: BA, 5C and B7. RGB value is (186,92,183). Sum of RGB (Red+Green+Blue) = 186+92+183=461 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.35% from 461); Green value is 92 (36.33% from 255 or 19.96% from 461); Blue value is 183 (71.88% from 255 or 39.70% from 461); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5CB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA5CB7 is #45A348. Grayscale: #828282. Windows color (decimal): -4563785 or 12016826. OLE color: 12016826.

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

Color convert

RGB 186 92 183 -
CMYK 0 0.51 0.02 0.27
HSL 301.91º 0.41% 0.55% -
HSV(B) 301.91º 0.51% 0.73% -
XYZ 32.62 21.51 47.23 -
YUV 130.48 157.64 167.6 -
System Red Green Blue C M Y K H S L
Decimal 186 92 183 0 0.51 0.02 0.27 301.91 0.41 0.55
Hex BA 5C B7 0 33 2 1B 12E 29 37
Octal 272 134 267 0 63 2 33 456 51 67
Binary 10111010 1011100 10110111 0 110011 10 11011 100101110 101001 110111

Color Harmonies of #BA5CB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5CB7

Black with #BA5CB7

Text Example


Text Example

White with #BA5CB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5CB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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