Html Css Color HEX #BC5DB3 Fuchsia

📋 copy color: '#BC5DB3'

red 188 ◦ green 93 ◦ blue 179

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

Shades of Fuchsia #BC5DB3

Tints of Fuchsia #BC5DB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 38.91%

R = 40.87%
G = 20.22%
B = 38.91%

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

#BC5DB3 (or 0xBC5DB3) is known color: Fuchsia. HEX triplet: BC, 5D and B3. RGB value is (188,93,179). Sum of RGB (Red+Green+Blue) = 188+93+179=460 (60% of max value = 765). Red value is 188 (73.83% from 255 or 40.87% from 460); Green value is 93 (36.72% from 255 or 20.22% from 460); Blue value is 179 (70.31% from 255 or 38.91% from 460); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5DB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC5DB3 is #43A24C. Grayscale: #828282. Windows color (decimal): -4432461 or 11754940. OLE color: 11754940.

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

Color convert

RGB 188 93 179 -
CMYK 0 0.51 0.05 0.26
HSL 305.68º 0.41% 0.55% -
HSV(B) 305.68º 0.51% 0.74% -
XYZ 32.79 21.77 45.12 -
YUV 131.21 154.97 168.51 -
System Red Green Blue C M Y K H S L
Decimal 188 93 179 0 0.51 0.05 0.26 305.68 0.41 0.55
Hex BC 5D B3 0 33 5 1A 132 29 37
Octal 274 135 263 0 63 5 32 462 51 67
Binary 10111100 1011101 10110011 0 110011 101 11010 100110010 101001 110111

Color Harmonies of #BC5DB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5DB3

Black with #BC5DB3

Text Example


Text Example

White with #BC5DB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5DB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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