Html Css Color HEX #BA65BF Fuchsia

📋 copy color: '#BA65BF'

red 186 ◦ green 101 ◦ blue 191

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

Shades of Fuchsia #BA65BF

Tints of Fuchsia #BA65BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 39.96%

R = 38.91%
G = 21.13%
B = 39.96%

CMYK

 C value IS 0.03

 M value IS 0.47

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BA65BF (or 0xBA65BF) is known color: Fuchsia. HEX triplet: BA, 65 and BF. RGB value is (186,101,191). Sum of RGB (Red+Green+Blue) = 186+101+191=478 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.91% from 478); Green value is 101 (39.84% from 255 or 21.13% from 478); Blue value is 191 (75% from 255 or 39.96% from 478); Max value from RGB is 191 - color contains mainly: blue. Hex color #BA65BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA65BF is #459A40. Grayscale: #888888. Windows color (decimal): -4561473 or 12543418. OLE color: 12543418.

HSL color Cylindrical-coordinate representation of color #BA65BF: hue angle of 296.67º 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 #BA65BF is Cyan = 0.03, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 186 101 191 -
CMYK 0.03 0.47 0 0.25
HSL 296.67º 0.41% 0.57% -
HSV(B) 296.67º 0.47% 0.75% -
XYZ 34.31 23.51 52.02 -
YUV 136.68 158.66 163.18 -
System Red Green Blue C M Y K H S L
Decimal 186 101 191 0.03 0.47 0 0.25 296.67 0.41 0.57
Hex BA 65 BF 3 2F 0 19 129 29 39
Octal 272 145 277 3 57 0 31 451 51 71
Binary 10111010 1100101 10111111 11 101111 0 11001 100101001 101001 111001

Color Harmonies of #BA65BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA65BF

Black with #BA65BF

Text Example


Text Example

White with #BA65BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA65BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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