Html Css Color HEX #BD057B Medium Violet Red

📋 copy color: '#BD057B'

red 189 ◦ green 5 ◦ blue 123

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

Shades of Medium Violet Red #BD057B

Tints of Medium Violet Red #BD057B

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.58%

 BLUE value IS 123 (48.44% from 255) = 38.8%

R = 59.62%
G = 1.58%
B = 38.8%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.35

 K value IS 0.26

RGB Variations

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

Color information

#BD057B (or 0xBD057B) is known color: Medium Violet Red. HEX triplet: BD, 05 and 7B. RGB value is (189,5,123). Sum of RGB (Red+Green+Blue) = 189+5+123=317 (41% of max value = 765). Red value is 189 (74.22% from 255 or 59.62% from 317); Green value is 5 (2.34% from 255 or 1.58% from 317); Blue value is 123 (48.44% from 255 or 38.80% from 317); Max value from RGB is 189 - color contains mainly: red. Hex color #BD057B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD057B is #42FA84. Grayscale: #494949. Windows color (decimal): -4389509 or 8062397. OLE color: 8062397.

HSL color Cylindrical-coordinate representation of color #BD057B: hue angle of 321.52º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BD057B is Cyan = 0, Magento = 0.97, Yellow = 0.35 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 5 123 -
CMYK 0 0.97 0.35 0.26
HSL 321.52º 0.95% 0.38% -
HSV(B) 321.52º 0.97% 0.74% -
XYZ 24.62 12.36 19.83 -
YUV 73.47 155.96 210.41 -
System Red Green Blue C M Y K H S L
Decimal 189 5 123 0 0.97 0.35 0.26 321.52 0.95 0.38
Hex BD 5 7B 0 61 23 1A 142 5F 26
Octal 275 5 173 0 141 43 32 502 137 46
Binary 10111101 101 1111011 0 1100001 100011 11010 101000010 1011111 100110

Color Harmonies of #BD057B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD057B

Black with #BD057B

Text Example


Text Example

White with #BD057B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD057B; }

 p { color: rgb(189,5,123); }

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

background-color css

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

 a { background-color: rgb(189,5,123); }

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

border-color css

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

 span { border-color: rgb(189,5,123); }

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