Html Css Color HEX #BD3D8A Medium Red Violet

📋 copy color: '#BD3D8A'

red 189 ◦ green 61 ◦ blue 138

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

Shades of Medium Red Violet #BD3D8A

Tints of Medium Red Violet #BD3D8A

RGB

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

 GREEN value IS 61 (24.22% from 255) = 15.72%

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

R = 48.71%
G = 15.72%
B = 35.57%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.27

 K value IS 0.26

RGB Variations

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

Color information

#BD3D8A (or 0xBD3D8A) is known color: Medium Red Violet. HEX triplet: BD, 3D and 8A. RGB value is (189,61,138). Sum of RGB (Red+Green+Blue) = 189+61+138=388 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.71% from 388); Green value is 61 (24.22% from 255 or 15.72% from 388); Blue value is 138 (54.30% from 255 or 35.57% from 388); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3D8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD3D8A is #42C275. Grayscale: #6B6B6B. Windows color (decimal): -4375158 or 9059773. OLE color: 9059773.

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

Color convert

RGB 189 61 138 -
CMYK 0 0.68 0.27 0.26
HSL 323.91º 0.51% 0.49% -
HSV(B) 323.91º 0.68% 0.74% -
XYZ 27.24 15.99 25.7 -
YUV 108.05 144.91 185.74 -
System Red Green Blue C M Y K H S L
Decimal 189 61 138 0 0.68 0.27 0.26 323.91 0.51 0.49
Hex BD 3D 8A 0 44 1B 1A 144 33 31
Octal 275 75 212 0 104 33 32 504 63 61
Binary 10111101 111101 10001010 0 1000100 11011 11010 101000100 110011 110001

Color Harmonies of #BD3D8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3D8A

Black with #BD3D8A

Text Example


Text Example

White with #BD3D8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3D8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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