Html Css Color HEX #BB63AD Fuchsia

📋 copy color: '#BB63AD'

red 187 ◦ green 99 ◦ blue 173

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

Shades of Fuchsia #BB63AD

Tints of Fuchsia #BB63AD

RGB

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

 GREEN value IS 99 (39.06% from 255) = 21.57%

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

R = 40.74%
G = 21.57%
B = 37.69%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.07

 K value IS 0.27

RGB Variations

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

Color information

#BB63AD (or 0xBB63AD) is known color: Fuchsia. HEX triplet: BB, 63 and AD. RGB value is (187,99,173). Sum of RGB (Red+Green+Blue) = 187+99+173=459 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.74% from 459); Green value is 99 (39.06% from 255 or 21.57% from 459); Blue value is 173 (67.97% from 255 or 37.69% from 459); Max value from RGB is 187 - color contains mainly: red. Hex color #BB63AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB63AD is #449C52. Grayscale: #858585. Windows color (decimal): -4496467 or 11363259. OLE color: 11363259.

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

Color convert

RGB 187 99 173 -
CMYK 0 0.47 0.07 0.27
HSL 309.55º 0.39% 0.56% -
HSV(B) 309.55º 0.47% 0.73% -
XYZ 32.5 22.51 42.17 -
YUV 133.75 150.15 165.98 -
System Red Green Blue C M Y K H S L
Decimal 187 99 173 0 0.47 0.07 0.27 309.55 0.39 0.56
Hex BB 63 AD 0 2F 7 1B 136 27 38
Octal 273 143 255 0 57 7 33 466 47 70
Binary 10111011 1100011 10101101 0 101111 111 11011 100110110 100111 111000

Color Harmonies of #BB63AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB63AD

Black with #BB63AD

Text Example


Text Example

White with #BB63AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB63AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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