Html Css Color HEX #BD378B Medium Red Violet

📋 copy color: '#BD378B'

red 189 ◦ green 55 ◦ blue 139

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

Shades of Medium Red Violet #BD378B

Tints of Medium Red Violet #BD378B

RGB

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

 GREEN value IS 55 (21.88% from 255) = 14.36%

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

R = 49.35%
G = 14.36%
B = 36.29%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.26

 K value IS 0.26

RGB Variations

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

Color information

#BD378B (or 0xBD378B) is known color: Medium Red Violet. HEX triplet: BD, 37 and 8B. RGB value is (189,55,139). Sum of RGB (Red+Green+Blue) = 189+55+139=383 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.35% from 383); Green value is 55 (21.88% from 255 or 14.36% from 383); Blue value is 139 (54.69% from 255 or 36.29% from 383); Max value from RGB is 189 - color contains mainly: red. Hex color #BD378B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD378B is #42C874. Grayscale: #686868. Windows color (decimal): -4376693 or 9123773. OLE color: 9123773.

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

Color convert

RGB 189 55 139 -
CMYK 0 0.71 0.26 0.26
HSL 322.39º 0.55% 0.48% -
HSV(B) 322.39º 0.71% 0.74% -
XYZ 27.01 15.42 25.98 -
YUV 104.64 147.39 188.17 -
System Red Green Blue C M Y K H S L
Decimal 189 55 139 0 0.71 0.26 0.26 322.39 0.55 0.48
Hex BD 37 8B 0 47 1A 1A 142 37 30
Octal 275 67 213 0 107 32 32 502 67 60
Binary 10111101 110111 10001011 0 1000111 11010 11010 101000010 110111 110000

Color Harmonies of #BD378B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD378B

Black with #BD378B

Text Example


Text Example

White with #BD378B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD378B; }

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

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

background-color css

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

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

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

border-color css

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

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

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