Html Css Color HEX #BA65BE Fuchsia

📋 copy color: '#BA65BE'

red 186 ◦ green 101 ◦ blue 190

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

Shades of Fuchsia #BA65BE

Tints of Fuchsia #BA65BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 39.83%

R = 38.99%
G = 21.17%
B = 39.83%

CMYK

 C value IS 0.02

 M value IS 0.47

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BA65BE (or 0xBA65BE) is known color: Fuchsia. HEX triplet: BA, 65 and BE. RGB value is (186,101,190). Sum of RGB (Red+Green+Blue) = 186+101+190=477 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.99% from 477); Green value is 101 (39.84% from 255 or 21.17% from 477); Blue value is 190 (74.61% from 255 or 39.83% from 477); Max value from RGB is 190 - color contains mainly: blue. Hex color #BA65BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA65BE is #459A41. Grayscale: #888888. Windows color (decimal): -4561474 or 12477882. OLE color: 12477882.

HSL color Cylindrical-coordinate representation of color #BA65BE: hue angle of 297.3º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BA65BE is Cyan = 0.02, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 186 101 190 -
CMYK 0.02 0.47 0 0.25
HSL 297.3º 0.41% 0.57% -
HSV(B) 297.3º 0.47% 0.75% -
XYZ 34.2 23.46 51.44 -
YUV 136.56 158.16 163.26 -
System Red Green Blue C M Y K H S L
Decimal 186 101 190 0.02 0.47 0 0.25 297.3 0.41 0.57
Hex BA 65 BE 2 2F 0 19 129 29 39
Octal 272 145 276 2 57 0 31 451 51 71
Binary 10111010 1100101 10111110 10 101111 0 11001 100101001 101001 111001

Color Harmonies of #BA65BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA65BE

Black with #BA65BE

Text Example


Text Example

White with #BA65BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA65BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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