Html Css Color HEX #BA5BB6 Fuchsia

📋 copy color: '#BA5BB6'

red 186 ◦ green 91 ◦ blue 182

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

Shades of Fuchsia #BA5BB6

Tints of Fuchsia #BA5BB6

RGB

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

 GREEN value IS 91 (35.94% from 255) = 19.83%

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

R = 40.52%
G = 19.83%
B = 39.65%

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

#BA5BB6 (or 0xBA5BB6) is known color: Fuchsia. HEX triplet: BA, 5B and B6. RGB value is (186,91,182). Sum of RGB (Red+Green+Blue) = 186+91+182=459 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.52% from 459); Green value is 91 (35.94% from 255 or 19.83% from 459); Blue value is 182 (71.48% from 255 or 39.65% from 459); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5BB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA5BB6 is #45A449. Grayscale: #818181. Windows color (decimal): -4564042 or 11951034. OLE color: 11951034.

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

Color convert

RGB 186 91 182 -
CMYK 0 0.51 0.02 0.27
HSL 302.53º 0.41% 0.54% -
HSV(B) 302.53º 0.51% 0.73% -
XYZ 32.43 21.3 46.66 -
YUV 129.78 157.47 168.1 -
System Red Green Blue C M Y K H S L
Decimal 186 91 182 0 0.51 0.02 0.27 302.53 0.41 0.54
Hex BA 5B B6 0 33 2 1B 12F 29 36
Octal 272 133 266 0 63 2 33 457 51 66
Binary 10111010 1011011 10110110 0 110011 10 11011 100101111 101001 110110

Color Harmonies of #BA5BB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5BB6

Black with #BA5BB6

Text Example


Text Example

White with #BA5BB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5BB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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