Html Css Color HEX #BB4BA8 Fuchsia

📋 copy color: '#BB4BA8'

red 187 ◦ green 75 ◦ blue 168

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

Shades of Fuchsia #BB4BA8

Tints of Fuchsia #BB4BA8

RGB

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

 GREEN value IS 75 (29.69% from 255) = 17.44%

 BLUE value IS 168 (66.02% from 255) = 39.07%

R = 43.49%
G = 17.44%
B = 39.07%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.10

 K value IS 0.27

RGB Variations

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

Color information

#BB4BA8 (or 0xBB4BA8) is known color: Fuchsia. HEX triplet: BB, 4B and A8. RGB value is (187,75,168). Sum of RGB (Red+Green+Blue) = 187+75+168=430 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.49% from 430); Green value is 75 (29.69% from 255 or 17.44% from 430); Blue value is 168 (66.02% from 255 or 39.07% from 430); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4BA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB4BA8 is #44B457. Grayscale: #767676. Windows color (decimal): -4502616 or 11029435. OLE color: 11029435.

HSL color Cylindrical-coordinate representation of color #BB4BA8: hue angle of 310.18º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BB4BA8 is Cyan = 0, Magento = 0.60, Yellow = 0.10 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 75 168 -
CMYK 0 0.60 0.10 0.27
HSL 310.18º 0.45% 0.51% -
HSV(B) 310.18º 0.6% 0.73% -
XYZ 30.08 18.42 39.02 -
YUV 119.09 155.61 176.44 -
System Red Green Blue C M Y K H S L
Decimal 187 75 168 0 0.60 0.10 0.27 310.18 0.45 0.51
Hex BB 4B A8 0 3C A 1B 136 2D 33
Octal 273 113 250 0 74 12 33 466 55 63
Binary 10111011 1001011 10101000 0 111100 1010 11011 100110110 101101 110011

Color Harmonies of #BB4BA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4BA8

Black with #BB4BA8

Text Example


Text Example

White with #BB4BA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4BA8; }

 p { color: rgb(187,75,168); }

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

background-color css

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

 a { background-color: rgb(187,75,168); }

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

border-color css

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

 span { border-color: rgb(187,75,168); }

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