Html Css Color HEX #BC5DB1 Fuchsia

📋 copy color: '#BC5DB1'

red 188 ◦ green 93 ◦ blue 177

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

Shades of Fuchsia #BC5DB1

Tints of Fuchsia #BC5DB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 38.65%

R = 41.05%
G = 20.31%
B = 38.65%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.06

 K value IS 0.26

RGB Variations

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

Color information

#BC5DB1 (or 0xBC5DB1) is known color: Fuchsia. HEX triplet: BC, 5D and B1. RGB value is (188,93,177). Sum of RGB (Red+Green+Blue) = 188+93+177=458 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.05% from 458); Green value is 93 (36.72% from 255 or 20.31% from 458); Blue value is 177 (69.53% from 255 or 38.65% from 458); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5DB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC5DB1 is #43A24E. Grayscale: #828282. Windows color (decimal): -4432463 or 11623868. OLE color: 11623868.

HSL color Cylindrical-coordinate representation of color #BC5DB1: hue angle of 306.95º 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 #BC5DB1 is Cyan = 0, Magento = 0.51, Yellow = 0.06 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 93 177 -
CMYK 0 0.51 0.06 0.26
HSL 306.95º 0.41% 0.55% -
HSV(B) 306.95º 0.51% 0.74% -
XYZ 32.59 21.69 44.06 -
YUV 130.98 153.97 168.67 -
System Red Green Blue C M Y K H S L
Decimal 188 93 177 0 0.51 0.06 0.26 306.95 0.41 0.55
Hex BC 5D B1 0 33 6 1A 133 29 37
Octal 274 135 261 0 63 6 32 463 51 67
Binary 10111100 1011101 10110001 0 110011 110 11010 100110011 101001 110111

Color Harmonies of #BC5DB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5DB1

Black with #BC5DB1

Text Example


Text Example

White with #BC5DB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5DB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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