Html Css Color HEX #BC4DBB Fuchsia

📋 copy color: '#BC4DBB'

red 188 ◦ green 77 ◦ blue 187

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

Shades of Fuchsia #BC4DBB

Tints of Fuchsia #BC4DBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 41.37%

R = 41.59%
G = 17.04%
B = 41.37%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#BC4DBB (or 0xBC4DBB) is known color: Fuchsia. HEX triplet: BC, 4D and BB. RGB value is (188,77,187). Sum of RGB (Red+Green+Blue) = 188+77+187=452 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.59% from 452); Green value is 77 (30.47% from 255 or 17.04% from 452); Blue value is 187 (73.44% from 255 or 41.37% from 452); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4DBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC4DBB is #43B244. Grayscale: #7A7A7A. Windows color (decimal): -4436549 or 12275132. OLE color: 12275132.

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

Color convert

RGB 188 77 187 -
CMYK 0 0.59 0.01 0.26
HSL 300.54º 0.45% 0.52% -
HSV(B) 300.54º 0.59% 0.74% -
XYZ 32.36 19.59 49.09 -
YUV 122.73 164.27 174.56 -
System Red Green Blue C M Y K H S L
Decimal 188 77 187 0 0.59 0.01 0.26 300.54 0.45 0.52
Hex BC 4D BB 0 3B 1 1A 12D 2D 34
Octal 274 115 273 0 73 1 32 455 55 64
Binary 10111100 1001101 10111011 0 111011 1 11010 100101101 101101 110100

Color Harmonies of #BC4DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4DBB

Black with #BC4DBB

Text Example


Text Example

White with #BC4DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4DBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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