Html Css Color HEX #BD109B Medium Violet Red

📋 copy color: '#BD109B'

red 189 ◦ green 16 ◦ blue 155

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

Shades of Medium Violet Red #BD109B

Tints of Medium Violet Red #BD109B

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.44%

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

R = 52.5%
G = 4.44%
B = 43.06%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.18

 K value IS 0.26

RGB Variations

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

Color information

#BD109B (or 0xBD109B) is known color: Medium Violet Red. HEX triplet: BD, 10 and 9B. RGB value is (189,16,155). Sum of RGB (Red+Green+Blue) = 189+16+155=360 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.5% from 360); Green value is 16 (6.64% from 255 or 4.44% from 360); Blue value is 155 (60.94% from 255 or 43.06% from 360); Max value from RGB is 189 - color contains mainly: red. Hex color #BD109B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD109B is #42EF64. Grayscale: #535353. Windows color (decimal): -4386661 or 10162365. OLE color: 10162365.

HSL color Cylindrical-coordinate representation of color #BD109B: hue angle of 311.79º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BD109B is Cyan = 0, Magento = 0.92, Yellow = 0.18 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 16 155 -
CMYK 0 0.92 0.18 0.26
HSL 311.79º 0.84% 0.4% -
HSV(B) 311.79º 0.92% 0.74% -
XYZ 27.09 13.56 32.2 -
YUV 83.57 168.31 203.2 -
System Red Green Blue C M Y K H S L
Decimal 189 16 155 0 0.92 0.18 0.26 311.79 0.84 0.4
Hex BD 10 9B 0 5C 12 1A 138 54 28
Octal 275 20 233 0 134 22 32 470 124 50
Binary 10111101 10000 10011011 0 1011100 10010 11010 100111000 1010100 101000

Color Harmonies of #BD109B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD109B

Black with #BD109B

Text Example


Text Example

White with #BD109B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD109B; }

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

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

background-color css

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

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

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

border-color css

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

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

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