Html Css Color HEX #BB4CA5 Fuchsia

📋 copy color: '#BB4CA5'

red 187 ◦ green 76 ◦ blue 165

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

Shades of Fuchsia #BB4CA5

Tints of Fuchsia #BB4CA5

RGB

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

 GREEN value IS 76 (30.08% from 255) = 17.76%

 BLUE value IS 165 (64.84% from 255) = 38.55%

R = 43.69%
G = 17.76%
B = 38.55%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.12

 K value IS 0.27

RGB Variations

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

Color information

#BB4CA5 (or 0xBB4CA5) is known color: Fuchsia. HEX triplet: BB, 4C and A5. RGB value is (187,76,165). Sum of RGB (Red+Green+Blue) = 187+76+165=428 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.69% from 428); Green value is 76 (30.08% from 255 or 17.76% from 428); Blue value is 165 (64.84% from 255 or 38.55% from 428); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4CA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB4CA5 is #44B35A. Grayscale: #777777. Windows color (decimal): -4502363 or 10833083. OLE color: 10833083.

HSL color Cylindrical-coordinate representation of color #BB4CA5: hue angle of 311.89º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BB4CA5 is Cyan = 0, Magento = 0.59, Yellow = 0.12 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 76 165 -
CMYK 0 0.59 0.12 0.27
HSL 311.89º 0.45% 0.52% -
HSV(B) 311.89º 0.59% 0.73% -
XYZ 29.87 18.45 37.58 -
YUV 119.34 153.77 176.26 -
System Red Green Blue C M Y K H S L
Decimal 187 76 165 0 0.59 0.12 0.27 311.89 0.45 0.52
Hex BB 4C A5 0 3B C 1B 138 2D 34
Octal 273 114 245 0 73 14 33 470 55 64
Binary 10111011 1001100 10100101 0 111011 1100 11011 100111000 101101 110100

Color Harmonies of #BB4CA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4CA5

Black with #BB4CA5

Text Example


Text Example

White with #BB4CA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4CA5; }

 p { color: rgb(187,76,165); }

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

background-color css

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

 a { background-color: rgb(187,76,165); }

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

border-color css

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

 span { border-color: rgb(187,76,165); }

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