Html Css Color HEX #BD367C Medium Red Violet

📋 copy color: '#BD367C'

red 189 ◦ green 54 ◦ blue 124

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

Shades of Medium Red Violet #BD367C

Tints of Medium Red Violet #BD367C

RGB

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

 GREEN value IS 54 (21.48% from 255) = 14.71%

 BLUE value IS 124 (48.83% from 255) = 33.79%

R = 51.5%
G = 14.71%
B = 33.79%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.34

 K value IS 0.26

RGB Variations

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

Color information

#BD367C (or 0xBD367C) is known color: Medium Red Violet. HEX triplet: BD, 36 and 7C. RGB value is (189,54,124). Sum of RGB (Red+Green+Blue) = 189+54+124=367 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.50% from 367); Green value is 54 (21.48% from 255 or 14.71% from 367); Blue value is 124 (48.83% from 255 or 33.79% from 367); Max value from RGB is 189 - color contains mainly: red. Hex color #BD367C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD367C is #42C983. Grayscale: #666666. Windows color (decimal): -4376964 or 8140477. OLE color: 8140477.

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

Color convert

RGB 189 54 124 -
CMYK 0 0.71 0.34 0.26
HSL 328.89º 0.56% 0.48% -
HSV(B) 328.89º 0.71% 0.74% -
XYZ 25.94 14.91 20.58 -
YUV 102.35 140.23 189.81 -
System Red Green Blue C M Y K H S L
Decimal 189 54 124 0 0.71 0.34 0.26 328.89 0.56 0.48
Hex BD 36 7C 0 47 22 1A 149 38 30
Octal 275 66 174 0 107 42 32 511 70 60
Binary 10111101 110110 1111100 0 1000111 100010 11010 101001001 111000 110000

Color Harmonies of #BD367C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD367C

Black with #BD367C

Text Example


Text Example

White with #BD367C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD367C; }

 p { color: rgb(189,54,124); }

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

background-color css

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

 a { background-color: rgb(189,54,124); }

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

border-color css

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

 span { border-color: rgb(189,54,124); }

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