Html Css Color HEX #BC4DBE Fuchsia

📋 copy color: '#BC4DBE'

red 188 ◦ green 77 ◦ blue 190

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

Shades of Fuchsia #BC4DBE

Tints of Fuchsia #BC4DBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 41.76%

R = 41.32%
G = 16.92%
B = 41.76%

CMYK

 C value IS 0.01

 M value IS 0.59

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BC4DBE (or 0xBC4DBE) is known color: Fuchsia. HEX triplet: BC, 4D and BE. RGB value is (188,77,190). Sum of RGB (Red+Green+Blue) = 188+77+190=455 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.32% from 455); Green value is 77 (30.47% from 255 or 16.92% from 455); Blue value is 190 (74.61% from 255 or 41.76% from 455); Max value from RGB is 190 - color contains mainly: blue. Hex color #BC4DBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC4DBE is #43B241. Grayscale: #7A7A7A. Windows color (decimal): -4436546 or 12471740. OLE color: 12471740.

HSL color Cylindrical-coordinate representation of color #BC4DBE: hue angle of 298.94º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BC4DBE is Cyan = 0.01, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 188 77 190 -
CMYK 0.01 0.59 0 0.25
HSL 298.94º 0.47% 0.52% -
HSV(B) 298.94º 0.59% 0.75% -
XYZ 32.69 19.72 50.8 -
YUV 123.07 165.77 174.31 -
System Red Green Blue C M Y K H S L
Decimal 188 77 190 0.01 0.59 0 0.25 298.94 0.47 0.52
Hex BC 4D BE 1 3B 0 19 12B 2F 34
Octal 274 115 276 1 73 0 31 453 57 64
Binary 10111100 1001101 10111110 1 111011 0 11001 100101011 101111 110100

Color Harmonies of #BC4DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4DBE

Black with #BC4DBE

Text Example


Text Example

White with #BC4DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4DBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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