Html Css Color HEX #BA65BB Fuchsia

📋 copy color: '#BA65BB'

red 186 ◦ green 101 ◦ blue 187

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

Shades of Fuchsia #BA65BB

Tints of Fuchsia #BA65BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 39.45%

R = 39.24%
G = 21.31%
B = 39.45%

CMYK

 C value IS 0.01

 M value IS 0.46

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#BA65BB (or 0xBA65BB) is known color: Fuchsia. HEX triplet: BA, 65 and BB. RGB value is (186,101,187). Sum of RGB (Red+Green+Blue) = 186+101+187=474 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.24% from 474); Green value is 101 (39.84% from 255 or 21.31% from 474); Blue value is 187 (73.44% from 255 or 39.45% from 474); Max value from RGB is 187 - color contains mainly: blue. Hex color #BA65BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA65BB is #459A44. Grayscale: #878787. Windows color (decimal): -4561477 or 12281274. OLE color: 12281274.

HSL color Cylindrical-coordinate representation of color #BA65BB: hue angle of 299.3º degrees, saturation: 0.39, 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 #BA65BB is Cyan = 0.01, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 101 187 -
CMYK 0.01 0.46 0 0.27
HSL 299.3º 0.39% 0.56% -
HSV(B) 299.3º 0.46% 0.73% -
XYZ 33.87 23.33 49.73 -
YUV 136.22 156.66 163.51 -
System Red Green Blue C M Y K H S L
Decimal 186 101 187 0.01 0.46 0 0.27 299.3 0.39 0.56
Hex BA 65 BB 1 2E 0 1B 12B 27 38
Octal 272 145 273 1 56 0 33 453 47 70
Binary 10111010 1100101 10111011 1 101110 0 11011 100101011 100111 111000

Color Harmonies of #BA65BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA65BB

Black with #BA65BB

Text Example


Text Example

White with #BA65BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA65BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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