Html Css Color HEX #BD4DBD Fuchsia

📋 copy color: '#BD4DBD'

red 189 ◦ green 77 ◦ blue 189

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

Shades of Fuchsia #BD4DBD

Tints of Fuchsia #BD4DBD

RGB

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

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

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

R = 41.54%
G = 16.92%
B = 41.54%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#BD4DBD (or 0xBD4DBD) is known color: Fuchsia. HEX triplet: BD, 4D and BD. RGB value is (189,77,189). Sum of RGB (Red+Green+Blue) = 189+77+189=455 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.54% from 455); Green value is 77 (30.47% from 255 or 16.92% from 455); Blue value is 189 (74.22% from 255 or 41.54% from 455); Max value from RGB is 189 - color contains mainly: red, blue. Hex color #BD4DBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD4DBD is #42B242. Grayscale: #7A7A7A. Windows color (decimal): -4371011 or 12406205. OLE color: 12406205.

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

Color convert

RGB 189 77 189 -
CMYK 0 0.59 0 0.26
HSL 300º 0.46% 0.52% -
HSV(B) 300º 0.59% 0.74% -
XYZ 32.83 19.8 50.24 -
YUV 123.26 165.11 174.89 -
System Red Green Blue C M Y K H S L
Decimal 189 77 189 0 0.59 0 0.26 300 0.46 0.52
Hex BD 4D BD 0 3B 0 1A 12C 2E 34
Octal 275 115 275 0 73 0 32 454 56 64
Binary 10111101 1001101 10111101 0 111011 0 11010 100101100 101110 110100

Color Harmonies of #BD4DBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4DBD

Black with #BD4DBD

Text Example


Text Example

White with #BD4DBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4DBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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