Html Css Color HEX #BD099B Medium Violet Red

📋 copy color: '#BD099B'

red 189 ◦ green 9 ◦ blue 155

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

Shades of Medium Violet Red #BD099B

Tints of Medium Violet Red #BD099B

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.55%

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

R = 53.54%
G = 2.55%
B = 43.91%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.18

 K value IS 0.26

RGB Variations

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

Color information

#BD099B (or 0xBD099B) is known color: Medium Violet Red. HEX triplet: BD, 09 and 9B. RGB value is (189,9,155). Sum of RGB (Red+Green+Blue) = 189+9+155=353 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.54% from 353); Green value is 9 (3.91% from 255 or 2.55% from 353); Blue value is 155 (60.94% from 255 or 43.91% from 353); Max value from RGB is 189 - color contains mainly: red. Hex color #BD099B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD099B is #42F664. Grayscale: #4F4F4F. Windows color (decimal): -4388453 or 10160573. OLE color: 10160573.

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

Color convert

RGB 189 9 155 -
CMYK 0 0.95 0.18 0.26
HSL 311.33º 0.91% 0.39% -
HSV(B) 311.33º 0.95% 0.74% -
XYZ 27 13.38 32.17 -
YUV 79.46 170.63 206.13 -
System Red Green Blue C M Y K H S L
Decimal 189 9 155 0 0.95 0.18 0.26 311.33 0.91 0.39
Hex BD 9 9B 0 5F 12 1A 137 5B 27
Octal 275 11 233 0 137 22 32 467 133 47
Binary 10111101 1001 10011011 0 1011111 10010 11010 100110111 1011011 100111

Color Harmonies of #BD099B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD099B

Black with #BD099B

Text Example


Text Example

White with #BD099B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD099B; }

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

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

background-color css

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

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

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

border-color css

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

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

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