Html Css Color HEX #BC5DB5 Fuchsia

📋 copy color: '#BC5DB5'

red 188 ◦ green 93 ◦ blue 181

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

Shades of Fuchsia #BC5DB5

Tints of Fuchsia #BC5DB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 39.18%

R = 40.69%
G = 20.13%
B = 39.18%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.04

 K value IS 0.26

RGB Variations

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

Color information

#BC5DB5 (or 0xBC5DB5) is known color: Fuchsia. HEX triplet: BC, 5D and B5. RGB value is (188,93,181). Sum of RGB (Red+Green+Blue) = 188+93+181=462 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.69% from 462); Green value is 93 (36.72% from 255 or 20.13% from 462); Blue value is 181 (71.09% from 255 or 39.18% from 462); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5DB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC5DB5 is #43A24A. Grayscale: #838383. Windows color (decimal): -4432459 or 11886012. OLE color: 11886012.

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

Color convert

RGB 188 93 181 -
CMYK 0 0.51 0.04 0.26
HSL 304.42º 0.41% 0.55% -
HSV(B) 304.42º 0.51% 0.74% -
XYZ 32.99 21.86 46.2 -
YUV 131.44 155.97 168.34 -
System Red Green Blue C M Y K H S L
Decimal 188 93 181 0 0.51 0.04 0.26 304.42 0.41 0.55
Hex BC 5D B5 0 33 4 1A 130 29 37
Octal 274 135 265 0 63 4 32 460 51 67
Binary 10111100 1011101 10110101 0 110011 100 11010 100110000 101001 110111

Color Harmonies of #BC5DB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5DB5

Black with #BC5DB5

Text Example


Text Example

White with #BC5DB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5DB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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