Html Css Color HEX #BA65B0 Fuchsia

📋 copy color: '#BA65B0'

red 186 ◦ green 101 ◦ blue 176

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

Shades of Fuchsia #BA65B0

Tints of Fuchsia #BA65B0

RGB

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

 GREEN value IS 101 (39.84% from 255) = 21.81%

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

R = 40.17%
G = 21.81%
B = 38.01%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.05

 K value IS 0.27

RGB Variations

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

Color information

#BA65B0 (or 0xBA65B0) is known color: Fuchsia. HEX triplet: BA, 65 and B0. RGB value is (186,101,176). Sum of RGB (Red+Green+Blue) = 186+101+176=463 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.17% from 463); Green value is 101 (39.84% from 255 or 21.81% from 463); Blue value is 176 (69.14% from 255 or 38.01% from 463); Max value from RGB is 186 - color contains mainly: red. Hex color #BA65B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA65B0 is #459A4F. Grayscale: #868686. Windows color (decimal): -4561488 or 11560378. OLE color: 11560378.

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

Color convert

RGB 186 101 176 -
CMYK 0 0.46 0.05 0.27
HSL 307.06º 0.38% 0.56% -
HSV(B) 307.06º 0.46% 0.73% -
XYZ 32.74 22.88 43.77 -
YUV 134.97 151.16 164.4 -
System Red Green Blue C M Y K H S L
Decimal 186 101 176 0 0.46 0.05 0.27 307.06 0.38 0.56
Hex BA 65 B0 0 2E 5 1B 133 26 38
Octal 272 145 260 0 56 5 33 463 46 70
Binary 10111010 1100101 10110000 0 101110 101 11011 100110011 100110 111000

Color Harmonies of #BA65B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA65B0

Black with #BA65B0

Text Example


Text Example

White with #BA65B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA65B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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