Html Css Color HEX #BD3B8B Medium Red Violet

📋 copy color: '#BD3B8B'

red 189 ◦ green 59 ◦ blue 139

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

Shades of Medium Red Violet #BD3B8B

Tints of Medium Red Violet #BD3B8B

RGB

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

 GREEN value IS 59 (23.44% from 255) = 15.25%

 BLUE value IS 139 (54.69% from 255) = 35.92%

R = 48.84%
G = 15.25%
B = 35.92%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.26

 K value IS 0.26

RGB Variations

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

Color information

#BD3B8B (or 0xBD3B8B) is known color: Medium Red Violet. HEX triplet: BD, 3B and 8B. RGB value is (189,59,139). Sum of RGB (Red+Green+Blue) = 189+59+139=387 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.84% from 387); Green value is 59 (23.44% from 255 or 15.25% from 387); Blue value is 139 (54.69% from 255 or 35.92% from 387); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3B8B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD3B8B is #42C474. Grayscale: #6A6A6A. Windows color (decimal): -4375669 or 9124797. OLE color: 9124797.

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

Color convert

RGB 189 59 139 -
CMYK 0 0.69 0.26 0.26
HSL 323.08º 0.52% 0.49% -
HSV(B) 323.08º 0.69% 0.74% -
XYZ 27.21 15.81 26.04 -
YUV 106.99 146.07 186.5 -
System Red Green Blue C M Y K H S L
Decimal 189 59 139 0 0.69 0.26 0.26 323.08 0.52 0.49
Hex BD 3B 8B 0 45 1A 1A 143 34 31
Octal 275 73 213 0 105 32 32 503 64 61
Binary 10111101 111011 10001011 0 1000101 11010 11010 101000011 110100 110001

Color Harmonies of #BD3B8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3B8B

Black with #BD3B8B

Text Example


Text Example

White with #BD3B8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3B8B; }

 p { color: rgb(189,59,139); }

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

background-color css

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

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

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

border-color css

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

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

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