Html Css Color HEX #BB34AB Fuchsia

📋 copy color: '#BB34AB'

red 187 ◦ green 52 ◦ blue 171

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

Shades of Fuchsia #BB34AB

Tints of Fuchsia #BB34AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 41.71%

R = 45.61%
G = 12.68%
B = 41.71%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#BB34AB (or 0xBB34AB) is known color: Fuchsia. HEX triplet: BB, 34 and AB. RGB value is (187,52,171). Sum of RGB (Red+Green+Blue) = 187+52+171=410 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.61% from 410); Green value is 52 (20.70% from 255 or 12.68% from 410); Blue value is 171 (67.19% from 255 or 41.71% from 410); Max value from RGB is 187 - color contains mainly: red. Hex color #BB34AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB34AB is #44CB54. Grayscale: #696969. Windows color (decimal): -4508501 or 11220155. OLE color: 11220155.

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

Color convert

RGB 187 52 171 -
CMYK 0 0.72 0.09 0.27
HSL 307.11º 0.56% 0.47% -
HSV(B) 307.11º 0.72% 0.73% -
XYZ 29.07 15.96 40.08 -
YUV 105.93 164.73 185.82 -
System Red Green Blue C M Y K H S L
Decimal 187 52 171 0 0.72 0.09 0.27 307.11 0.56 0.47
Hex BB 34 AB 0 48 9 1B 133 38 2F
Octal 273 64 253 0 110 11 33 463 70 57
Binary 10111011 110100 10101011 0 1001000 1001 11011 100110011 111000 101111

Color Harmonies of #BB34AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB34AB

Black with #BB34AB

Text Example


Text Example

White with #BB34AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB34AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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