Html Css Color HEX #BD3D88 Medium Red Violet

📋 copy color: '#BD3D88'

red 189 ◦ green 61 ◦ blue 136

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

Shades of Medium Red Violet #BD3D88

Tints of Medium Red Violet #BD3D88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 35.23%

R = 48.96%
G = 15.8%
B = 35.23%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.28

 K value IS 0.26

RGB Variations

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

Color information

#BD3D88 (or 0xBD3D88) is known color: Medium Red Violet. HEX triplet: BD, 3D and 88. RGB value is (189,61,136). Sum of RGB (Red+Green+Blue) = 189+61+136=386 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.96% from 386); Green value is 61 (24.22% from 255 or 15.80% from 386); Blue value is 136 (53.52% from 255 or 35.23% from 386); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3D88 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD3D88 is #42C277. Grayscale: #6B6B6B. Windows color (decimal): -4375160 or 8928701. OLE color: 8928701.

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

Color convert

RGB 189 61 136 -
CMYK 0 0.68 0.28 0.26
HSL 324.84º 0.51% 0.49% -
HSV(B) 324.84º 0.68% 0.74% -
XYZ 27.1 15.93 24.94 -
YUV 107.82 143.91 185.9 -
System Red Green Blue C M Y K H S L
Decimal 189 61 136 0 0.68 0.28 0.26 324.84 0.51 0.49
Hex BD 3D 88 0 44 1C 1A 145 33 31
Octal 275 75 210 0 104 34 32 505 63 61
Binary 10111101 111101 10001000 0 1000100 11100 11010 101000101 110011 110001

Color Harmonies of #BD3D88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3D88

Black with #BD3D88

Text Example


Text Example

White with #BD3D88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3D88; }

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

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

background-color css

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

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

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

border-color css

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

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

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