Html Css Color HEX #BC5BAB Fuchsia

📋 copy color: '#BC5BAB'

red 188 ◦ green 91 ◦ blue 171

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

Shades of Fuchsia #BC5BAB

Tints of Fuchsia #BC5BAB

RGB

 RED value IS 188 (73.83% from 255) = 41.78%

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

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

R = 41.78%
G = 20.22%
B = 38%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.09

 K value IS 0.26

RGB Variations

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

Color information

#BC5BAB (or 0xBC5BAB) is known color: Fuchsia. HEX triplet: BC, 5B and AB. RGB value is (188,91,171). Sum of RGB (Red+Green+Blue) = 188+91+171=450 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.78% from 450); Green value is 91 (35.94% from 255 or 20.22% from 450); Blue value is 171 (67.19% from 255 or 38% from 450); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5BAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC5BAB is #43A454. Grayscale: #808080. Windows color (decimal): -4432981 or 11230140. OLE color: 11230140.

HSL color Cylindrical-coordinate representation of color #BC5BAB: hue angle of 310.52º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BC5BAB is Cyan = 0, Magento = 0.52, Yellow = 0.09 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 91 171 -
CMYK 0 0.52 0.09 0.26
HSL 310.52º 0.42% 0.55% -
HSV(B) 310.52º 0.52% 0.74% -
XYZ 31.83 21.11 40.93 -
YUV 129.12 151.64 170 -
System Red Green Blue C M Y K H S L
Decimal 188 91 171 0 0.52 0.09 0.26 310.52 0.42 0.55
Hex BC 5B AB 0 34 9 1A 137 2A 37
Octal 274 133 253 0 64 11 32 467 52 67
Binary 10111100 1011011 10101011 0 110100 1001 11010 100110111 101010 110111

Color Harmonies of #BC5BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5BAB

Black with #BC5BAB

Text Example


Text Example

White with #BC5BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5BAB; }

 p { color: rgb(188,91,171); }

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

background-color css

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

 a { background-color: rgb(188,91,171); }

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

border-color css

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

 span { border-color: rgb(188,91,171); }

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