Html Css Color HEX #BB69AD Fuchsia

📋 copy color: '#BB69AD'

red 187 ◦ green 105 ◦ blue 173

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

Shades of Fuchsia #BB69AD

Tints of Fuchsia #BB69AD

RGB

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

 GREEN value IS 105 (41.41% from 255) = 22.58%

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

R = 40.22%
G = 22.58%
B = 37.2%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.07

 K value IS 0.27

RGB Variations

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

Color information

#BB69AD (or 0xBB69AD) is known color: Fuchsia. HEX triplet: BB, 69 and AD. RGB value is (187,105,173). Sum of RGB (Red+Green+Blue) = 187+105+173=465 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.22% from 465); Green value is 105 (41.41% from 255 or 22.58% from 465); Blue value is 173 (67.97% from 255 or 37.20% from 465); Max value from RGB is 187 - color contains mainly: red. Hex color #BB69AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB69AD is #449652. Grayscale: #898989. Windows color (decimal): -4494931 or 11364795. OLE color: 11364795.

HSL color Cylindrical-coordinate representation of color #BB69AD: hue angle of 310.24º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BB69AD is Cyan = 0, Magento = 0.44, Yellow = 0.07 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 105 173 -
CMYK 0 0.44 0.07 0.27
HSL 310.24º 0.38% 0.57% -
HSV(B) 310.24º 0.44% 0.73% -
XYZ 33.09 23.69 42.36 -
YUV 137.27 148.17 163.47 -
System Red Green Blue C M Y K H S L
Decimal 187 105 173 0 0.44 0.07 0.27 310.24 0.38 0.57
Hex BB 69 AD 0 2C 7 1B 136 26 39
Octal 273 151 255 0 54 7 33 466 46 71
Binary 10111011 1101001 10101101 0 101100 111 11011 100110110 100110 111001

Color Harmonies of #BB69AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB69AD

Black with #BB69AD

Text Example


Text Example

White with #BB69AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB69AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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