Html Css Color HEX #BC5DB2 Fuchsia

📋 copy color: '#BC5DB2'

red 188 ◦ green 93 ◦ blue 178

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

Shades of Fuchsia #BC5DB2

Tints of Fuchsia #BC5DB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 38.78%

R = 40.96%
G = 20.26%
B = 38.78%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.05

 K value IS 0.26

RGB Variations

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

Color information

#BC5DB2 (or 0xBC5DB2) is known color: Fuchsia. HEX triplet: BC, 5D and B2. RGB value is (188,93,178). Sum of RGB (Red+Green+Blue) = 188+93+178=459 (60% of max value = 765). Red value is 188 (73.83% from 255 or 40.96% from 459); Green value is 93 (36.72% from 255 or 20.26% from 459); Blue value is 178 (69.92% from 255 or 38.78% from 459); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5DB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC5DB2 is #43A24D. Grayscale: #828282. Windows color (decimal): -4432462 or 11689404. OLE color: 11689404.

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

Color convert

RGB 188 93 178 -
CMYK 0 0.51 0.05 0.26
HSL 306.32º 0.41% 0.55% -
HSV(B) 306.32º 0.51% 0.74% -
XYZ 32.69 21.73 44.59 -
YUV 131.1 154.47 168.59 -
System Red Green Blue C M Y K H S L
Decimal 188 93 178 0 0.51 0.05 0.26 306.32 0.41 0.55
Hex BC 5D B2 0 33 5 1A 132 29 37
Octal 274 135 262 0 63 5 32 462 51 67
Binary 10111100 1011101 10110010 0 110011 101 11010 100110010 101001 110111

Color Harmonies of #BC5DB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5DB2

Black with #BC5DB2

Text Example


Text Example

White with #BC5DB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5DB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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