Html Css Color HEX #BD4EBC Fuchsia

📋 copy color: '#BD4EBC'

red 189 ◦ green 78 ◦ blue 188

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

Shades of Fuchsia #BD4EBC

Tints of Fuchsia #BD4EBC

RGB

 RED value IS 189 (74.22% from 255) = 41.54%

 GREEN value IS 78 (30.86% from 255) = 17.14%

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

R = 41.54%
G = 17.14%
B = 41.32%

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

#BD4EBC (or 0xBD4EBC) is known color: Fuchsia. HEX triplet: BD, 4E and BC. RGB value is (189,78,188). Sum of RGB (Red+Green+Blue) = 189+78+188=455 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.54% from 455); Green value is 78 (30.86% from 255 or 17.14% from 455); Blue value is 188 (73.83% from 255 or 41.32% from 455); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4EBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD4EBC is #42B143. Grayscale: #7B7B7B. Windows color (decimal): -4370756 or 12340925. OLE color: 12340925.

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

Color convert

RGB 189 78 188 -
CMYK 0 0.59 0.01 0.26
HSL 300.54º 0.46% 0.52% -
HSV(B) 300.54º 0.59% 0.74% -
XYZ 32.79 19.9 49.69 -
YUV 123.73 164.27 174.56 -
System Red Green Blue C M Y K H S L
Decimal 189 78 188 0 0.59 0.01 0.26 300.54 0.46 0.52
Hex BD 4E BC 0 3B 1 1A 12D 2E 34
Octal 275 116 274 0 73 1 32 455 56 64
Binary 10111101 1001110 10111100 0 111011 1 11010 100101101 101110 110100

Color Harmonies of #BD4EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4EBC

Black with #BD4EBC

Text Example


Text Example

White with #BD4EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4EBC; }

 p { color: rgb(189,78,188); }

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

background-color css

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

 a { background-color: rgb(189,78,188); }

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

border-color css

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

 span { border-color: rgb(189,78,188); }

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