Html Css Color HEX #BD408A Medium Red Violet

📋 copy color: '#BD408A'

red 189 ◦ green 64 ◦ blue 138

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

Shades of Medium Red Violet #BD408A

Tints of Medium Red Violet #BD408A

RGB

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

 GREEN value IS 64 (25.39% from 255) = 16.37%

 BLUE value IS 138 (54.3% from 255) = 35.29%

R = 48.34%
G = 16.37%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.27

 K value IS 0.26

RGB Variations

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

Color information

#BD408A (or 0xBD408A) is known color: Medium Red Violet. HEX triplet: BD, 40 and 8A. RGB value is (189,64,138). Sum of RGB (Red+Green+Blue) = 189+64+138=391 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.34% from 391); Green value is 64 (25.39% from 255 or 16.37% from 391); Blue value is 138 (54.30% from 255 or 35.29% from 391); Max value from RGB is 189 - color contains mainly: red. Hex color #BD408A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD408A is #42BF75. Grayscale: #6D6D6D. Windows color (decimal): -4374390 or 9060541. OLE color: 9060541.

HSL color Cylindrical-coordinate representation of color #BD408A: hue angle of 324.48º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BD408A is Cyan = 0, Magento = 0.66, Yellow = 0.27 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 64 138 -
CMYK 0 0.66 0.27 0.26
HSL 324.48º 0.49% 0.5% -
HSV(B) 324.48º 0.66% 0.74% -
XYZ 27.41 16.32 25.75 -
YUV 109.81 143.91 184.48 -
System Red Green Blue C M Y K H S L
Decimal 189 64 138 0 0.66 0.27 0.26 324.48 0.49 0.5
Hex BD 40 8A 0 42 1B 1A 144 31 32
Octal 275 100 212 0 102 33 32 504 61 62
Binary 10111101 1000000 10001010 0 1000010 11011 11010 101000100 110001 110010

Color Harmonies of #BD408A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD408A

Black with #BD408A

Text Example


Text Example

White with #BD408A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD408A; }

 p { color: rgb(189,64,138); }

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

background-color css

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

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

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

border-color css

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

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

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