Html Css Color HEX #BB34AD Fuchsia

📋 copy color: '#BB34AD'

red 187 ◦ green 52 ◦ blue 173

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

Shades of Fuchsia #BB34AD

Tints of Fuchsia #BB34AD

RGB

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

 GREEN value IS 52 (20.7% from 255) = 12.62%

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

R = 45.39%
G = 12.62%
B = 41.99%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.07

 K value IS 0.27

RGB Variations

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

Color information

#BB34AD (or 0xBB34AD) is known color: Fuchsia. HEX triplet: BB, 34 and AD. RGB value is (187,52,173). Sum of RGB (Red+Green+Blue) = 187+52+173=412 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.39% from 412); Green value is 52 (20.70% from 255 or 12.62% from 412); Blue value is 173 (67.97% from 255 or 41.99% from 412); Max value from RGB is 187 - color contains mainly: red. Hex color #BB34AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB34AD is #44CB52. Grayscale: #696969. Windows color (decimal): -4508499 or 11351227. OLE color: 11351227.

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

Color convert

RGB 187 52 173 -
CMYK 0 0.72 0.07 0.27
HSL 306.22º 0.56% 0.47% -
HSV(B) 306.22º 0.72% 0.73% -
XYZ 29.26 16.04 41.09 -
YUV 106.16 165.73 185.66 -
System Red Green Blue C M Y K H S L
Decimal 187 52 173 0 0.72 0.07 0.27 306.22 0.56 0.47
Hex BB 34 AD 0 48 7 1B 132 38 2F
Octal 273 64 255 0 110 7 33 462 70 57
Binary 10111011 110100 10101101 0 1001000 111 11011 100110010 111000 101111

Color Harmonies of #BB34AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB34AD

Black with #BB34AD

Text Example


Text Example

White with #BB34AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB34AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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