Html Css Color HEX #BA61B0 Fuchsia

📋 copy color: '#BA61B0'

red 186 ◦ green 97 ◦ blue 176

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

Shades of Fuchsia #BA61B0

Tints of Fuchsia #BA61B0

RGB

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

 GREEN value IS 97 (38.28% from 255) = 21.13%

 BLUE value IS 176 (69.14% from 255) = 38.34%

R = 40.52%
G = 21.13%
B = 38.34%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.05

 K value IS 0.27

RGB Variations

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

Color information

#BA61B0 (or 0xBA61B0) is known color: Fuchsia. HEX triplet: BA, 61 and B0. RGB value is (186,97,176). Sum of RGB (Red+Green+Blue) = 186+97+176=459 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.52% from 459); Green value is 97 (38.28% from 255 or 21.13% from 459); Blue value is 176 (69.14% from 255 or 38.34% from 459); Max value from RGB is 186 - color contains mainly: red. Hex color #BA61B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA61B0 is #459E4F. Grayscale: #848484. Windows color (decimal): -4562512 or 11559354. OLE color: 11559354.

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

Color convert

RGB 186 97 176 -
CMYK 0 0.48 0.05 0.27
HSL 306.74º 0.39% 0.55% -
HSV(B) 306.74º 0.48% 0.73% -
XYZ 32.36 22.12 43.64 -
YUV 132.62 152.49 166.08 -
System Red Green Blue C M Y K H S L
Decimal 186 97 176 0 0.48 0.05 0.27 306.74 0.39 0.55
Hex BA 61 B0 0 30 5 1B 133 27 37
Octal 272 141 260 0 60 5 33 463 47 67
Binary 10111010 1100001 10110000 0 110000 101 11011 100110011 100111 110111

Color Harmonies of #BA61B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA61B0

Black with #BA61B0

Text Example


Text Example

White with #BA61B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA61B0; }

 p { color: rgb(186,97,176); }

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

background-color css

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

 a { background-color: rgb(186,97,176); }

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

border-color css

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

 span { border-color: rgb(186,97,176); }

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