Html Css Color HEX #BB5BAE Fuchsia

📋 copy color: '#BB5BAE'

red 187 ◦ green 91 ◦ blue 174

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

Shades of Fuchsia #BB5BAE

Tints of Fuchsia #BB5BAE

RGB

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

 GREEN value IS 91 (35.94% from 255) = 20.13%

 BLUE value IS 174 (68.36% from 255) = 38.5%

R = 41.37%
G = 20.13%
B = 38.5%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.07

 K value IS 0.27

RGB Variations

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

Color information

#BB5BAE (or 0xBB5BAE) is known color: Fuchsia. HEX triplet: BB, 5B and AE. RGB value is (187,91,174). Sum of RGB (Red+Green+Blue) = 187+91+174=452 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.37% from 452); Green value is 91 (35.94% from 255 or 20.13% from 452); Blue value is 174 (68.36% from 255 or 38.50% from 452); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5BAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB5BAE is #44A451. Grayscale: #808080. Windows color (decimal): -4498514 or 11426747. OLE color: 11426747.

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

Color convert

RGB 187 91 174 -
CMYK 0 0.51 0.07 0.27
HSL 308.13º 0.41% 0.55% -
HSV(B) 308.13º 0.51% 0.73% -
XYZ 31.87 21.1 42.44 -
YUV 129.17 153.3 169.25 -
System Red Green Blue C M Y K H S L
Decimal 187 91 174 0 0.51 0.07 0.27 308.13 0.41 0.55
Hex BB 5B AE 0 33 7 1B 134 29 37
Octal 273 133 256 0 63 7 33 464 51 67
Binary 10111011 1011011 10101110 0 110011 111 11011 100110100 101001 110111

Color Harmonies of #BB5BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5BAE

Black with #BB5BAE

Text Example


Text Example

White with #BB5BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5BAE; }

 p { color: rgb(187,91,174); }

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

background-color css

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

 a { background-color: rgb(187,91,174); }

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

border-color css

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

 span { border-color: rgb(187,91,174); }

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