Html Css Color HEX #BB65AD Fuchsia

📋 copy color: '#BB65AD'

red 187 ◦ green 101 ◦ blue 173

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

Shades of Fuchsia #BB65AD

Tints of Fuchsia #BB65AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 37.53%

R = 40.56%
G = 21.91%
B = 37.53%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.07

 K value IS 0.27

RGB Variations

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

Color information

#BB65AD (or 0xBB65AD) is known color: Fuchsia. HEX triplet: BB, 65 and AD. RGB value is (187,101,173). Sum of RGB (Red+Green+Blue) = 187+101+173=461 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.56% from 461); Green value is 101 (39.84% from 255 or 21.91% from 461); Blue value is 173 (67.97% from 255 or 37.53% from 461); Max value from RGB is 187 - color contains mainly: red. Hex color #BB65AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB65AD is #449A52. Grayscale: #868686. Windows color (decimal): -4495955 or 11363771. OLE color: 11363771.

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

Color convert

RGB 187 101 173 -
CMYK 0 0.46 0.07 0.27
HSL 309.77º 0.39% 0.56% -
HSV(B) 309.77º 0.46% 0.73% -
XYZ 32.69 22.89 42.23 -
YUV 134.92 149.49 165.15 -
System Red Green Blue C M Y K H S L
Decimal 187 101 173 0 0.46 0.07 0.27 309.77 0.39 0.56
Hex BB 65 AD 0 2E 7 1B 136 27 38
Octal 273 145 255 0 56 7 33 466 47 70
Binary 10111011 1100101 10101101 0 101110 111 11011 100110110 100111 111000

Color Harmonies of #BB65AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB65AD

Black with #BB65AD

Text Example


Text Example

White with #BB65AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB65AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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