Html Css Color HEX #BD4EC4 Fuchsia

📋 copy color: '#BD4EC4'

red 189 ◦ green 78 ◦ blue 196

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

Shades of Fuchsia #BD4EC4

Tints of Fuchsia #BD4EC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 42.33%

R = 40.82%
G = 16.85%
B = 42.33%

CMYK

 C value IS 0.04

 M value IS 0.60

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#BD4EC4 (or 0xBD4EC4) is known color: Fuchsia. HEX triplet: BD, 4E and C4. RGB value is (189,78,196). Sum of RGB (Red+Green+Blue) = 189+78+196=463 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.82% from 463); Green value is 78 (30.86% from 255 or 16.85% from 463); Blue value is 196 (76.95% from 255 or 42.33% from 463); Max value from RGB is 196 - color contains mainly: blue. Hex color #BD4EC4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD4EC4 is #42B13B. Grayscale: #7C7C7C. Windows color (decimal): -4370748 or 12865213. OLE color: 12865213.

HSL color Cylindrical-coordinate representation of color #BD4EC4: hue angle of 296.44º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BD4EC4 is Cyan = 0.04, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 189 78 196 -
CMYK 0.04 0.60 0 0.23
HSL 296.44º 0.5% 0.54% -
HSV(B) 296.44º 0.6% 0.77% -
XYZ 33.67 20.25 54.36 -
YUV 124.64 168.27 173.91 -
System Red Green Blue C M Y K H S L
Decimal 189 78 196 0.04 0.60 0 0.23 296.44 0.5 0.54
Hex BD 4E C4 4 3C 0 17 128 32 36
Octal 275 116 304 4 74 0 27 450 62 66
Binary 10111101 1001110 11000100 100 111100 0 10111 100101000 110010 110110

Color Harmonies of #BD4EC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4EC4

Black with #BD4EC4

Text Example


Text Example

White with #BD4EC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4EC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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