Html Css Color HEX #BA64BB Fuchsia

📋 copy color: '#BA64BB'

red 186 ◦ green 100 ◦ blue 187

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

Shades of Fuchsia #BA64BB

Tints of Fuchsia #BA64BB

RGB

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

 GREEN value IS 100 (39.45% from 255) = 21.14%

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

R = 39.32%
G = 21.14%
B = 39.53%

CMYK

 C value IS 0.01

 M value IS 0.47

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#BA64BB (or 0xBA64BB) is known color: Fuchsia. HEX triplet: BA, 64 and BB. RGB value is (186,100,187). Sum of RGB (Red+Green+Blue) = 186+100+187=473 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.32% from 473); Green value is 100 (39.45% from 255 or 21.14% from 473); Blue value is 187 (73.44% from 255 or 39.53% from 473); Max value from RGB is 187 - color contains mainly: blue. Hex color #BA64BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA64BB is #459B44. Grayscale: #878787. Windows color (decimal): -4561733 or 12281018. OLE color: 12281018.

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

Color convert

RGB 186 100 187 -
CMYK 0.01 0.47 0 0.27
HSL 299.31º 0.39% 0.56% -
HSV(B) 299.31º 0.47% 0.73% -
XYZ 33.78 23.14 49.7 -
YUV 135.63 156.99 163.93 -
System Red Green Blue C M Y K H S L
Decimal 186 100 187 0.01 0.47 0 0.27 299.31 0.39 0.56
Hex BA 64 BB 1 2F 0 1B 12B 27 38
Octal 272 144 273 1 57 0 33 453 47 70
Binary 10111010 1100100 10111011 1 101111 0 11011 100101011 100111 111000

Color Harmonies of #BA64BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA64BB

Black with #BA64BB

Text Example


Text Example

White with #BA64BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA64BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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