Html Css Color HEX #BD379C Medium Red Violet

📋 copy color: '#BD379C'

red 189 ◦ green 55 ◦ blue 156

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

Shades of Medium Red Violet #BD379C

Tints of Medium Red Violet #BD379C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 39%

R = 47.25%
G = 13.75%
B = 39%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.17

 K value IS 0.26

RGB Variations

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

Color information

#BD379C (or 0xBD379C) is known color: Medium Red Violet. HEX triplet: BD, 37 and 9C. RGB value is (189,55,156). Sum of RGB (Red+Green+Blue) = 189+55+156=400 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.25% from 400); Green value is 55 (21.88% from 255 or 13.75% from 400); Blue value is 156 (61.33% from 255 or 39% from 400); Max value from RGB is 189 - color contains mainly: red. Hex color #BD379C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD379C is #42C863. Grayscale: #6A6A6A. Windows color (decimal): -4376676 or 10237885. OLE color: 10237885.

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

Color convert

RGB 189 55 156 -
CMYK 0 0.71 0.17 0.26
HSL 314.78º 0.55% 0.48% -
HSV(B) 314.78º 0.71% 0.74% -
XYZ 28.35 15.95 33.04 -
YUV 106.58 155.89 186.79 -
System Red Green Blue C M Y K H S L
Decimal 189 55 156 0 0.71 0.17 0.26 314.78 0.55 0.48
Hex BD 37 9C 0 47 11 1A 13B 37 30
Octal 275 67 234 0 107 21 32 473 67 60
Binary 10111101 110111 10011100 0 1000111 10001 11010 100111011 110111 110000

Color Harmonies of #BD379C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD379C

Black with #BD379C

Text Example


Text Example

White with #BD379C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD379C; }

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

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

background-color css

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

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

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

border-color css

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

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

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