Html Css Color HEX #BC4DB9 Fuchsia

📋 copy color: '#BC4DB9'

red 188 ◦ green 77 ◦ blue 185

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

Shades of Fuchsia #BC4DB9

Tints of Fuchsia #BC4DB9

RGB

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

 GREEN value IS 77 (30.47% from 255) = 17.11%

 BLUE value IS 185 (72.66% from 255) = 41.11%

R = 41.78%
G = 17.11%
B = 41.11%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.02

 K value IS 0.26

RGB Variations

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

Color information

#BC4DB9 (or 0xBC4DB9) is known color: Fuchsia. HEX triplet: BC, 4D and B9. RGB value is (188,77,185). Sum of RGB (Red+Green+Blue) = 188+77+185=450 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.78% from 450); Green value is 77 (30.47% from 255 or 17.11% from 450); Blue value is 185 (72.66% from 255 or 41.11% from 450); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4DB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC4DB9 is #43B246. Grayscale: #7A7A7A. Windows color (decimal): -4436551 or 12144060. OLE color: 12144060.

HSL color Cylindrical-coordinate representation of color #BC4DB9: hue angle of 301.62º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BC4DB9 is Cyan = 0, Magento = 0.59, Yellow = 0.02 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 77 185 -
CMYK 0 0.59 0.02 0.26
HSL 301.62º 0.45% 0.52% -
HSV(B) 301.62º 0.59% 0.74% -
XYZ 32.15 19.5 47.97 -
YUV 122.5 163.27 174.72 -
System Red Green Blue C M Y K H S L
Decimal 188 77 185 0 0.59 0.02 0.26 301.62 0.45 0.52
Hex BC 4D B9 0 3B 2 1A 12E 2D 34
Octal 274 115 271 0 73 2 32 456 55 64
Binary 10111100 1001101 10111001 0 111011 10 11010 100101110 101101 110100

Color Harmonies of #BC4DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4DB9

Black with #BC4DB9

Text Example


Text Example

White with #BC4DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4DB9; }

 p { color: rgb(188,77,185); }

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

background-color css

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

 a { background-color: rgb(188,77,185); }

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

border-color css

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

 span { border-color: rgb(188,77,185); }

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