Html Css Color HEX #BB64AF Fuchsia

📋 copy color: '#BB64AF'

red 187 ◦ green 100 ◦ blue 175

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

Shades of Fuchsia #BB64AF

Tints of Fuchsia #BB64AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 37.88%

R = 40.48%
G = 21.65%
B = 37.88%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#BB64AF (or 0xBB64AF) is known color: Fuchsia. HEX triplet: BB, 64 and AF. RGB value is (187,100,175). Sum of RGB (Red+Green+Blue) = 187+100+175=462 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.48% from 462); Green value is 100 (39.45% from 255 or 21.65% from 462); Blue value is 175 (68.75% from 255 or 37.88% from 462); Max value from RGB is 187 - color contains mainly: red. Hex color #BB64AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB64AF is #449B50. Grayscale: #868686. Windows color (decimal): -4496209 or 11494587. OLE color: 11494587.

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

Color convert

RGB 187 100 175 -
CMYK 0 0.47 0.06 0.27
HSL 308.28º 0.39% 0.56% -
HSV(B) 308.28º 0.47% 0.73% -
XYZ 32.79 22.77 43.23 -
YUV 134.56 150.82 165.4 -
System Red Green Blue C M Y K H S L
Decimal 187 100 175 0 0.47 0.06 0.27 308.28 0.39 0.56
Hex BB 64 AF 0 2F 6 1B 134 27 38
Octal 273 144 257 0 57 6 33 464 47 70
Binary 10111011 1100100 10101111 0 101111 110 11011 100110100 100111 111000

Color Harmonies of #BB64AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB64AF

Black with #BB64AF

Text Example


Text Example

White with #BB64AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB64AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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