Html Css Color HEX #BD369E Medium Red Violet

📋 copy color: '#BD369E'

red 189 ◦ green 54 ◦ blue 158

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

Shades of Medium Red Violet #BD369E

Tints of Medium Red Violet #BD369E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 39.4%

R = 47.13%
G = 13.47%
B = 39.4%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.16

 K value IS 0.26

RGB Variations

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

Color information

#BD369E (or 0xBD369E) is known color: Medium Red Violet. HEX triplet: BD, 36 and 9E. RGB value is (189,54,158). Sum of RGB (Red+Green+Blue) = 189+54+158=401 (53% of max value = 765). Red value is 189 (74.22% from 255 or 47.13% from 401); Green value is 54 (21.48% from 255 or 13.47% from 401); Blue value is 158 (62.11% from 255 or 39.40% from 401); Max value from RGB is 189 - color contains mainly: red. Hex color #BD369E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD369E is #42C961. Grayscale: #696969. Windows color (decimal): -4376930 or 10368701. OLE color: 10368701.

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

Color convert

RGB 189 54 158 -
CMYK 0 0.71 0.16 0.26
HSL 313.78º 0.56% 0.48% -
HSV(B) 313.78º 0.71% 0.74% -
XYZ 28.48 15.93 33.92 -
YUV 106.22 157.23 187.04 -
System Red Green Blue C M Y K H S L
Decimal 189 54 158 0 0.71 0.16 0.26 313.78 0.56 0.48
Hex BD 36 9E 0 47 10 1A 13A 38 30
Octal 275 66 236 0 107 20 32 472 70 60
Binary 10111101 110110 10011110 0 1000111 10000 11010 100111010 111000 110000

Color Harmonies of #BD369E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD369E

Black with #BD369E

Text Example


Text Example

White with #BD369E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD369E; }

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

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

background-color css

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

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

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

border-color css

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

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

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