Html Css Color HEX #BB64AC Fuchsia

📋 copy color: '#BB64AC'

red 187 ◦ green 100 ◦ blue 172

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

Shades of Fuchsia #BB64AC

Tints of Fuchsia #BB64AC

RGB

 RED value IS 187 (73.44% from 255) = 40.74%

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

 BLUE value IS 172 (67.58% from 255) = 37.47%

R = 40.74%
G = 21.79%
B = 37.47%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#BB64AC (or 0xBB64AC) is known color: Fuchsia. HEX triplet: BB, 64 and AC. RGB value is (187,100,172). Sum of RGB (Red+Green+Blue) = 187+100+172=459 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.74% from 459); Green value is 100 (39.45% from 255 or 21.79% from 459); Blue value is 172 (67.58% from 255 or 37.47% from 459); Max value from RGB is 187 - color contains mainly: red. Hex color #BB64AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB64AC is #449B53. Grayscale: #868686. Windows color (decimal): -4496212 or 11297979. OLE color: 11297979.

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

Color convert

RGB 187 100 172 -
CMYK 0 0.47 0.08 0.27
HSL 310.34º 0.39% 0.56% -
HSV(B) 310.34º 0.47% 0.73% -
XYZ 32.5 22.66 41.69 -
YUV 134.22 149.32 165.65 -
System Red Green Blue C M Y K H S L
Decimal 187 100 172 0 0.47 0.08 0.27 310.34 0.39 0.56
Hex BB 64 AC 0 2F 8 1B 136 27 38
Octal 273 144 254 0 57 10 33 466 47 70
Binary 10111011 1100100 10101100 0 101111 1000 11011 100110110 100111 111000

Color Harmonies of #BB64AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB64AC

Black with #BB64AC

Text Example


Text Example

White with #BB64AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB64AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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