Html Css Color HEX #BD4DC3 Fuchsia

📋 copy color: '#BD4DC3'

red 189 ◦ green 77 ◦ blue 195

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

Shades of Fuchsia #BD4DC3

Tints of Fuchsia #BD4DC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 42.3%

R = 41%
G = 16.7%
B = 42.3%

CMYK

 C value IS 0.03

 M value IS 0.61

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BD4DC3 (or 0xBD4DC3) is known color: Fuchsia. HEX triplet: BD, 4D and C3. RGB value is (189,77,195). Sum of RGB (Red+Green+Blue) = 189+77+195=461 (61% of max value = 765). Red value is 189 (74.22% from 255 or 41.00% from 461); Green value is 77 (30.47% from 255 or 16.70% from 461); Blue value is 195 (76.56% from 255 or 42.30% from 461); Max value from RGB is 195 - color contains mainly: blue. Hex color #BD4DC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD4DC3 is #42B23C. Grayscale: #7B7B7B. Windows color (decimal): -4371005 or 12799421. OLE color: 12799421.

HSL color Cylindrical-coordinate representation of color #BD4DC3: hue angle of 296.95º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BD4DC3 is Cyan = 0.03, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 189 77 195 -
CMYK 0.03 0.61 0 0.24
HSL 296.95º 0.5% 0.53% -
HSV(B) 296.95º 0.61% 0.76% -
XYZ 33.49 20.07 53.74 -
YUV 123.94 168.11 174.41 -
System Red Green Blue C M Y K H S L
Decimal 189 77 195 0.03 0.61 0 0.24 296.95 0.5 0.53
Hex BD 4D C3 3 3D 0 18 129 32 35
Octal 275 115 303 3 75 0 30 451 62 65
Binary 10111101 1001101 11000011 11 111101 0 11000 100101001 110010 110101

Color Harmonies of #BD4DC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4DC3

Black with #BD4DC3

Text Example


Text Example

White with #BD4DC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4DC3; }

 p { color: rgb(189,77,195); }

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

background-color css

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

 a { background-color: rgb(189,77,195); }

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

border-color css

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

 span { border-color: rgb(189,77,195); }

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