Html Css Color HEX #BD4EC5 Fuchsia

📋 copy color: '#BD4EC5'

red 189 ◦ green 78 ◦ blue 197

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

Shades of Fuchsia #BD4EC5

Tints of Fuchsia #BD4EC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 42.46%

R = 40.73%
G = 16.81%
B = 42.46%

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

#BD4EC5 (or 0xBD4EC5) is known color: Fuchsia. HEX triplet: BD, 4E and C5. RGB value is (189,78,197). Sum of RGB (Red+Green+Blue) = 189+78+197=464 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.73% from 464); Green value is 78 (30.86% from 255 or 16.81% from 464); Blue value is 197 (77.34% from 255 or 42.46% from 464); Max value from RGB is 197 - color contains mainly: blue. Hex color #BD4EC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD4EC5 is #42B13A. Grayscale: #7C7C7C. Windows color (decimal): -4370747 or 12930749. OLE color: 12930749.

HSL color Cylindrical-coordinate representation of color #BD4EC5: hue angle of 295.97º degrees, saturation: 0.51, 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 #BD4EC5 is Cyan = 0.04, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 189 78 197 -
CMYK 0.04 0.60 0 0.23
HSL 295.97º 0.51% 0.54% -
HSV(B) 295.97º 0.6% 0.77% -
XYZ 33.79 20.3 54.96 -
YUV 124.76 168.77 173.82 -
System Red Green Blue C M Y K H S L
Decimal 189 78 197 0.04 0.60 0 0.23 295.97 0.51 0.54
Hex BD 4E C5 4 3C 0 17 128 33 36
Octal 275 116 305 4 74 0 27 450 63 66
Binary 10111101 1001110 11000101 100 111100 0 10111 100101000 110011 110110

Color Harmonies of #BD4EC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4EC5

Black with #BD4EC5

Text Example


Text Example

White with #BD4EC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4EC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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