Html Css Color HEX #BD129B Medium Violet Red

📋 copy color: '#BD129B'

red 189 ◦ green 18 ◦ blue 155

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

Shades of Medium Violet Red #BD129B

Tints of Medium Violet Red #BD129B

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.97%

 BLUE value IS 155 (60.94% from 255) = 42.82%

R = 52.21%
G = 4.97%
B = 42.82%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.18

 K value IS 0.26

RGB Variations

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

Color information

#BD129B (or 0xBD129B) is known color: Medium Violet Red. HEX triplet: BD, 12 and 9B. RGB value is (189,18,155). Sum of RGB (Red+Green+Blue) = 189+18+155=362 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.21% from 362); Green value is 18 (7.42% from 255 or 4.97% from 362); Blue value is 155 (60.94% from 255 or 42.82% from 362); Max value from RGB is 189 - color contains mainly: red. Hex color #BD129B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD129B is #42ED64. Grayscale: #545454. Windows color (decimal): -4386149 or 10162877. OLE color: 10162877.

HSL color Cylindrical-coordinate representation of color #BD129B: hue angle of 311.93º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BD129B is Cyan = 0, Magento = 0.90, Yellow = 0.18 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 18 155 -
CMYK 0 0.90 0.18 0.26
HSL 311.93º 0.83% 0.41% -
HSV(B) 311.93º 0.9% 0.74% -
XYZ 27.12 13.62 32.21 -
YUV 84.75 167.65 202.36 -
System Red Green Blue C M Y K H S L
Decimal 189 18 155 0 0.90 0.18 0.26 311.93 0.83 0.41
Hex BD 12 9B 0 5A 12 1A 138 53 29
Octal 275 22 233 0 132 22 32 470 123 51
Binary 10111101 10010 10011011 0 1011010 10010 11010 100111000 1010011 101001

Color Harmonies of #BD129B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD129B

Black with #BD129B

Text Example


Text Example

White with #BD129B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD129B; }

 p { color: rgb(189,18,155); }

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

background-color css

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

 a { background-color: rgb(189,18,155); }

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

border-color css

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

 span { border-color: rgb(189,18,155); }

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