Html Css Color HEX #BD088B Medium Violet Red

📋 copy color: '#BD088B'

red 189 ◦ green 8 ◦ blue 139

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

Shades of Medium Violet Red #BD088B

Tints of Medium Violet Red #BD088B

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.38%

 BLUE value IS 139 (54.69% from 255) = 41.37%

R = 56.25%
G = 2.38%
B = 41.37%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.26

 K value IS 0.26

RGB Variations

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

Color information

#BD088B (or 0xBD088B) is known color: Medium Violet Red. HEX triplet: BD, 08 and 8B. RGB value is (189,8,139). Sum of RGB (Red+Green+Blue) = 189+8+139=336 (44% of max value = 765). Red value is 189 (74.22% from 255 or 56.25% from 336); Green value is 8 (3.52% from 255 or 2.38% from 336); Blue value is 139 (54.69% from 255 or 41.37% from 336); Max value from RGB is 189 - color contains mainly: red. Hex color #BD088B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD088B is #42F774. Grayscale: #4C4C4C. Windows color (decimal): -4388725 or 9111741. OLE color: 9111741.

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

Color convert

RGB 189 8 139 -
CMYK 0 0.96 0.26 0.26
HSL 316.57º 0.92% 0.39% -
HSV(B) 316.57º 0.96% 0.74% -
XYZ 25.73 12.86 25.55 -
YUV 77.05 162.97 207.85 -
System Red Green Blue C M Y K H S L
Decimal 189 8 139 0 0.96 0.26 0.26 316.57 0.92 0.39
Hex BD 8 8B 0 60 1A 1A 13D 5C 27
Octal 275 10 213 0 140 32 32 475 134 47
Binary 10111101 1000 10001011 0 1100000 11010 11010 100111101 1011100 100111

Color Harmonies of #BD088B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD088B

Black with #BD088B

Text Example


Text Example

White with #BD088B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD088B; }

 p { color: rgb(189,8,139); }

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

background-color css

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

 a { background-color: rgb(189,8,139); }

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

border-color css

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

 span { border-color: rgb(189,8,139); }

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