Html Css Color HEX #BD368A Medium Red Violet

📋 copy color: '#BD368A'

red 189 ◦ green 54 ◦ blue 138

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

Shades of Medium Red Violet #BD368A

Tints of Medium Red Violet #BD368A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 36.22%

R = 49.61%
G = 14.17%
B = 36.22%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.27

 K value IS 0.26

RGB Variations

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

Color information

#BD368A (or 0xBD368A) is known color: Medium Red Violet. HEX triplet: BD, 36 and 8A. RGB value is (189,54,138). Sum of RGB (Red+Green+Blue) = 189+54+138=381 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.61% from 381); Green value is 54 (21.48% from 255 or 14.17% from 381); Blue value is 138 (54.30% from 255 or 36.22% from 381); Max value from RGB is 189 - color contains mainly: red. Hex color #BD368A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD368A is #42C975. Grayscale: #676767. Windows color (decimal): -4376950 or 9057981. OLE color: 9057981.

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

Color convert

RGB 189 54 138 -
CMYK 0 0.71 0.27 0.26
HSL 322.67º 0.56% 0.48% -
HSV(B) 322.67º 0.71% 0.74% -
XYZ 26.89 15.29 25.58 -
YUV 103.94 147.23 188.67 -
System Red Green Blue C M Y K H S L
Decimal 189 54 138 0 0.71 0.27 0.26 322.67 0.56 0.48
Hex BD 36 8A 0 47 1B 1A 143 38 30
Octal 275 66 212 0 107 33 32 503 70 60
Binary 10111101 110110 10001010 0 1000111 11011 11010 101000011 111000 110000

Color Harmonies of #BD368A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD368A

Black with #BD368A

Text Example


Text Example

White with #BD368A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD368A; }

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

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

background-color css

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

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

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

border-color css

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

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

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