Html Css Color HEX #BD4DC9 Fuchsia

📋 copy color: '#BD4DC9'

red 189 ◦ green 77 ◦ blue 201

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

Shades of Fuchsia #BD4DC9

Tints of Fuchsia #BD4DC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 43.04%

R = 40.47%
G = 16.49%
B = 43.04%

CMYK

 C value IS 0.06

 M value IS 0.62

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BD4DC9 (or 0xBD4DC9) is known color: Fuchsia. HEX triplet: BD, 4D and C9. RGB value is (189,77,201). Sum of RGB (Red+Green+Blue) = 189+77+201=467 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.47% from 467); Green value is 77 (30.47% from 255 or 16.49% from 467); Blue value is 201 (78.91% from 255 or 43.04% from 467); Max value from RGB is 201 - color contains mainly: blue. Hex color #BD4DC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD4DC9 is #42B236. Grayscale: #7C7C7C. Windows color (decimal): -4370999 or 13192637. OLE color: 13192637.

HSL color Cylindrical-coordinate representation of color #BD4DC9: hue angle of 294.19º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BD4DC9 is Cyan = 0.06, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 189 77 201 -
CMYK 0.06 0.62 0 0.21
HSL 294.19º 0.53% 0.55% -
HSV(B) 294.19º 0.62% 0.79% -
XYZ 34.18 20.34 57.38 -
YUV 124.62 171.11 173.92 -
System Red Green Blue C M Y K H S L
Decimal 189 77 201 0.06 0.62 0 0.21 294.19 0.53 0.55
Hex BD 4D C9 6 3E 0 15 126 35 37
Octal 275 115 311 6 76 0 25 446 65 67
Binary 10111101 1001101 11001001 110 111110 0 10101 100100110 110101 110111

Color Harmonies of #BD4DC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4DC9

Black with #BD4DC9

Text Example


Text Example

White with #BD4DC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4DC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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