Html Css Color HEX #BD379A Medium Red Violet

📋 copy color: '#BD379A'

red 189 ◦ green 55 ◦ blue 154

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

Shades of Medium Red Violet #BD379A

Tints of Medium Red Violet #BD379A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 38.69%

R = 47.49%
G = 13.82%
B = 38.69%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.19

 K value IS 0.26

RGB Variations

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

Color information

#BD379A (or 0xBD379A) is known color: Medium Red Violet. HEX triplet: BD, 37 and 9A. RGB value is (189,55,154). Sum of RGB (Red+Green+Blue) = 189+55+154=398 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.49% from 398); Green value is 55 (21.88% from 255 or 13.82% from 398); Blue value is 154 (60.55% from 255 or 38.69% from 398); Max value from RGB is 189 - color contains mainly: red. Hex color #BD379A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD379A is #42C865. Grayscale: #6A6A6A. Windows color (decimal): -4376678 or 10106813. OLE color: 10106813.

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

Color convert

RGB 189 55 154 -
CMYK 0 0.71 0.19 0.26
HSL 315.67º 0.55% 0.48% -
HSV(B) 315.67º 0.71% 0.74% -
XYZ 28.19 15.88 32.15 -
YUV 106.35 154.89 186.95 -
System Red Green Blue C M Y K H S L
Decimal 189 55 154 0 0.71 0.19 0.26 315.67 0.55 0.48
Hex BD 37 9A 0 47 13 1A 13C 37 30
Octal 275 67 232 0 107 23 32 474 67 60
Binary 10111101 110111 10011010 0 1000111 10011 11010 100111100 110111 110000

Color Harmonies of #BD379A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD379A

Black with #BD379A

Text Example


Text Example

White with #BD379A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD379A; }

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

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

background-color css

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

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

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

border-color css

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

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

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