Html Css Color HEX #BD367A Medium Red Violet

📋 copy color: '#BD367A'

red 189 ◦ green 54 ◦ blue 122

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

Shades of Medium Red Violet #BD367A

Tints of Medium Red Violet #BD367A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 33.42%

R = 51.78%
G = 14.79%
B = 33.42%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.35

 K value IS 0.26

RGB Variations

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

Color information

#BD367A (or 0xBD367A) is known color: Medium Red Violet. HEX triplet: BD, 36 and 7A. RGB value is (189,54,122). Sum of RGB (Red+Green+Blue) = 189+54+122=365 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.78% from 365); Green value is 54 (21.48% from 255 or 14.79% from 365); Blue value is 122 (48.05% from 255 or 33.42% from 365); Max value from RGB is 189 - color contains mainly: red. Hex color #BD367A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD367A is #42C985. Grayscale: #656565. Windows color (decimal): -4376966 or 8009405. OLE color: 8009405.

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

Color convert

RGB 189 54 122 -
CMYK 0 0.71 0.35 0.26
HSL 329.78º 0.56% 0.48% -
HSV(B) 329.78º 0.71% 0.74% -
XYZ 25.82 14.86 19.92 -
YUV 102.12 139.23 189.97 -
System Red Green Blue C M Y K H S L
Decimal 189 54 122 0 0.71 0.35 0.26 329.78 0.56 0.48
Hex BD 36 7A 0 47 23 1A 14A 38 30
Octal 275 66 172 0 107 43 32 512 70 60
Binary 10111101 110110 1111010 0 1000111 100011 11010 101001010 111000 110000

Color Harmonies of #BD367A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD367A

Black with #BD367A

Text Example


Text Example

White with #BD367A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD367A; }

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

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

background-color css

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

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

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

border-color css

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

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

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