Html Css Color HEX #BD097B Medium Violet Red

📋 copy color: '#BD097B'

red 189 ◦ green 9 ◦ blue 123

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

Shades of Medium Violet Red #BD097B

Tints of Medium Violet Red #BD097B

RGB

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

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

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

R = 58.88%
G = 2.8%
B = 38.32%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.35

 K value IS 0.26

RGB Variations

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

Color information

#BD097B (or 0xBD097B) is known color: Medium Violet Red. HEX triplet: BD, 09 and 7B. RGB value is (189,9,123). Sum of RGB (Red+Green+Blue) = 189+9+123=321 (42% of max value = 765). Red value is 189 (74.22% from 255 or 58.88% from 321); Green value is 9 (3.91% from 255 or 2.80% from 321); Blue value is 123 (48.44% from 255 or 38.32% from 321); Max value from RGB is 189 - color contains mainly: red. Hex color #BD097B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD097B is #42F684. Grayscale: #4B4B4B. Windows color (decimal): -4388485 or 8063421. OLE color: 8063421.

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

Color convert

RGB 189 9 123 -
CMYK 0 0.95 0.35 0.26
HSL 322º 0.91% 0.39% -
HSV(B) 322º 0.95% 0.74% -
XYZ 24.66 12.44 19.84 -
YUV 75.82 154.63 208.73 -
System Red Green Blue C M Y K H S L
Decimal 189 9 123 0 0.95 0.35 0.26 322 0.91 0.39
Hex BD 9 7B 0 5F 23 1A 142 5B 27
Octal 275 11 173 0 137 43 32 502 133 47
Binary 10111101 1001 1111011 0 1011111 100011 11010 101000010 1011011 100111

Color Harmonies of #BD097B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD097B

Black with #BD097B

Text Example


Text Example

White with #BD097B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD097B; }

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

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

background-color css

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

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

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

border-color css

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

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

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