Html Css Color HEX #BD367F Medium Red Violet

📋 copy color: '#BD367F'

red 189 ◦ green 54 ◦ blue 127

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

Shades of Medium Red Violet #BD367F

Tints of Medium Red Violet #BD367F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 34.32%

R = 51.08%
G = 14.59%
B = 34.32%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.33

 K value IS 0.26

RGB Variations

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

Color information

#BD367F (or 0xBD367F) is known color: Medium Red Violet. HEX triplet: BD, 36 and 7F. RGB value is (189,54,127). Sum of RGB (Red+Green+Blue) = 189+54+127=370 (49% of max value = 765). Red value is 189 (74.22% from 255 or 51.08% from 370); Green value is 54 (21.48% from 255 or 14.59% from 370); Blue value is 127 (50% from 255 or 34.32% from 370); Max value from RGB is 189 - color contains mainly: red. Hex color #BD367F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD367F is #42C980. Grayscale: #666666. Windows color (decimal): -4376961 or 8337085. OLE color: 8337085.

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

Color convert

RGB 189 54 127 -
CMYK 0 0.71 0.33 0.26
HSL 327.56º 0.56% 0.48% -
HSV(B) 327.56º 0.71% 0.74% -
XYZ 26.14 14.99 21.59 -
YUV 102.69 141.73 189.56 -
System Red Green Blue C M Y K H S L
Decimal 189 54 127 0 0.71 0.33 0.26 327.56 0.56 0.48
Hex BD 36 7F 0 47 21 1A 148 38 30
Octal 275 66 177 0 107 41 32 510 70 60
Binary 10111101 110110 1111111 0 1000111 100001 11010 101001000 111000 110000

Color Harmonies of #BD367F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD367F

Black with #BD367F

Text Example


Text Example

White with #BD367F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD367F; }

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

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

background-color css

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

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

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

border-color css

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

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

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