Html Css Color HEX #B0089D Medium Violet Red

📋 copy color: '#B0089D'

red 176 ◦ green 8 ◦ blue 157

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

Shades of Medium Violet Red #B0089D

Tints of Medium Violet Red #B0089D

RGB

 RED value IS 176 (69.14% from 255) = 51.61%

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

 BLUE value IS 157 (61.72% from 255) = 46.04%

R = 51.61%
G = 2.35%
B = 46.04%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.11

 K value IS 0.31

RGB Variations

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

Color information

#B0089D (or 0xB0089D) is known color: Medium Violet Red. HEX triplet: B0, 08 and 9D. RGB value is (176,8,157). Sum of RGB (Red+Green+Blue) = 176+8+157=341 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.61% from 341); Green value is 8 (3.52% from 255 or 2.35% from 341); Blue value is 157 (61.72% from 255 or 46.04% from 341); Max value from RGB is 176 - color contains mainly: red. Hex color #B0089D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B0089D is #4FF762. Grayscale: #4A4A4A. Windows color (decimal): -5240675 or 10291376. OLE color: 10291376.

HSL color Cylindrical-coordinate representation of color #B0089D: hue angle of 306.79º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B0089D is Cyan = 0, Magento = 0.95, Yellow = 0.11 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 8 157 -
CMYK 0 0.95 0.11 0.31
HSL 306.79º 0.91% 0.36% -
HSV(B) 306.79º 0.95% 0.69% -
XYZ 24.08 11.84 32.91 -
YUV 75.22 174.16 199.88 -
System Red Green Blue C M Y K H S L
Decimal 176 8 157 0 0.95 0.11 0.31 306.79 0.91 0.36
Hex B0 8 9D 0 5F B 1F 133 5B 24
Octal 260 10 235 0 137 13 37 463 133 44
Binary 10110000 1000 10011101 0 1011111 1011 11111 100110011 1011011 100100

Color Harmonies of #B0089D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0089D

Black with #B0089D

Text Example


Text Example

White with #B0089D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0089D; }

 p { color: rgb(176,8,157); }

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

background-color css

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

 a { background-color: rgb(176,8,157); }

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

border-color css

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

 span { border-color: rgb(176,8,157); }

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