Html Css Color HEX #BA65C5 Fuchsia

📋 copy color: '#BA65C5'

red 186 ◦ green 101 ◦ blue 197

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

Shades of Fuchsia #BA65C5

Tints of Fuchsia #BA65C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 40.7%

R = 38.43%
G = 20.87%
B = 40.7%

CMYK

 C value IS 0.06

 M value IS 0.49

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#BA65C5 (or 0xBA65C5) is known color: Fuchsia. HEX triplet: BA, 65 and C5. RGB value is (186,101,197). Sum of RGB (Red+Green+Blue) = 186+101+197=484 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.43% from 484); Green value is 101 (39.84% from 255 or 20.87% from 484); Blue value is 197 (77.34% from 255 or 40.70% from 484); Max value from RGB is 197 - color contains mainly: blue. Hex color #BA65C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA65C5 is #459A3A. Grayscale: #898989. Windows color (decimal): -4561467 or 12936634. OLE color: 12936634.

HSL color Cylindrical-coordinate representation of color #BA65C5: hue angle of 293.12º degrees, saturation: 0.45, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BA65C5 is Cyan = 0.06, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 186 101 197 -
CMYK 0.06 0.49 0 0.23
HSL 293.13º 0.45% 0.58% -
HSV(B) 293.13º 0.49% 0.77% -
XYZ 34.98 23.78 55.57 -
YUV 137.36 161.66 162.69 -
System Red Green Blue C M Y K H S L
Decimal 186 101 197 0.06 0.49 0 0.23 293.13 0.45 0.58
Hex BA 65 C5 6 31 0 17 125 2D 3A
Octal 272 145 305 6 61 0 27 445 55 72
Binary 10111010 1100101 11000101 110 110001 0 10111 100100101 101101 111010

Color Harmonies of #BA65C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA65C5

Black with #BA65C5

Text Example


Text Example

White with #BA65C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA65C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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