Html Css Color HEX #BC5DAB Fuchsia

📋 copy color: '#BC5DAB'

red 188 ◦ green 93 ◦ blue 171

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

Shades of Fuchsia #BC5DAB

Tints of Fuchsia #BC5DAB

RGB

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

 GREEN value IS 93 (36.72% from 255) = 20.58%

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

R = 41.59%
G = 20.58%
B = 37.83%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.09

 K value IS 0.26

RGB Variations

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

Color information

#BC5DAB (or 0xBC5DAB) is known color: Fuchsia. HEX triplet: BC, 5D and AB. RGB value is (188,93,171). Sum of RGB (Red+Green+Blue) = 188+93+171=452 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.59% from 452); Green value is 93 (36.72% from 255 or 20.58% from 452); Blue value is 171 (67.19% from 255 or 37.83% from 452); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5DAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC5DAB is #43A254. Grayscale: #828282. Windows color (decimal): -4432469 or 11230652. OLE color: 11230652.

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

Color convert

RGB 188 93 171 -
CMYK 0 0.51 0.09 0.26
HSL 310.74º 0.41% 0.55% -
HSV(B) 310.74º 0.51% 0.74% -
XYZ 32 21.46 40.98 -
YUV 130.3 150.97 169.16 -
System Red Green Blue C M Y K H S L
Decimal 188 93 171 0 0.51 0.09 0.26 310.74 0.41 0.55
Hex BC 5D AB 0 33 9 1A 137 29 37
Octal 274 135 253 0 63 11 32 467 51 67
Binary 10111100 1011101 10101011 0 110011 1001 11010 100110111 101001 110111

Color Harmonies of #BC5DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5DAB

Black with #BC5DAB

Text Example


Text Example

White with #BC5DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5DAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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