Html Css Color HEX #BA61BC Fuchsia

📋 copy color: '#BA61BC'

red 186 ◦ green 97 ◦ blue 188

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

Shades of Fuchsia #BA61BC

Tints of Fuchsia #BA61BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 39.92%

R = 39.49%
G = 20.59%
B = 39.92%

CMYK

 C value IS 0.01

 M value IS 0.48

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#BA61BC (or 0xBA61BC) is known color: Fuchsia. HEX triplet: BA, 61 and BC. RGB value is (186,97,188). Sum of RGB (Red+Green+Blue) = 186+97+188=471 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.49% from 471); Green value is 97 (38.28% from 255 or 20.59% from 471); Blue value is 188 (73.83% from 255 or 39.92% from 471); Max value from RGB is 188 - color contains mainly: blue. Hex color #BA61BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA61BC is #459E43. Grayscale: #858585. Windows color (decimal): -4562500 or 12345786. OLE color: 12345786.

HSL color Cylindrical-coordinate representation of color #BA61BC: hue angle of 298.68º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BA61BC is Cyan = 0.01, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 186 97 188 -
CMYK 0.01 0.48 0 0.26
HSL 298.68º 0.4% 0.56% -
HSV(B) 298.68º 0.48% 0.74% -
XYZ 33.6 22.62 50.17 -
YUV 133.99 158.49 165.1 -
System Red Green Blue C M Y K H S L
Decimal 186 97 188 0.01 0.48 0 0.26 298.68 0.4 0.56
Hex BA 61 BC 1 30 0 1A 12B 28 38
Octal 272 141 274 1 60 0 32 453 50 70
Binary 10111010 1100001 10111100 1 110000 0 11010 100101011 101000 111000

Color Harmonies of #BA61BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA61BC

Black with #BA61BC

Text Example


Text Example

White with #BA61BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA61BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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