Html Css Color HEX #B0089E Medium Violet Red

📋 copy color: '#B0089E'

red 176 ◦ green 8 ◦ blue 158

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

Shades of Medium Violet Red #B0089E

Tints of Medium Violet Red #B0089E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 46.2%

R = 51.46%
G = 2.34%
B = 46.2%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.10

 K value IS 0.31

RGB Variations

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

Color information

#B0089E (or 0xB0089E) is known color: Medium Violet Red. HEX triplet: B0, 08 and 9E. RGB value is (176,8,158). Sum of RGB (Red+Green+Blue) = 176+8+158=342 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.46% from 342); Green value is 8 (3.52% from 255 or 2.34% from 342); Blue value is 158 (62.11% from 255 or 46.20% from 342); Max value from RGB is 176 - color contains mainly: red. Hex color #B0089E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B0089E is #4FF761. Grayscale: #4A4A4A. Windows color (decimal): -5240674 or 10356912. OLE color: 10356912.

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

Color convert

RGB 176 8 158 -
CMYK 0 0.95 0.10 0.31
HSL 306.43º 0.91% 0.36% -
HSV(B) 306.43º 0.95% 0.69% -
XYZ 24.16 11.87 33.37 -
YUV 75.33 174.66 199.8 -
System Red Green Blue C M Y K H S L
Decimal 176 8 158 0 0.95 0.10 0.31 306.43 0.91 0.36
Hex B0 8 9E 0 5F A 1F 132 5B 24
Octal 260 10 236 0 137 12 37 462 133 44
Binary 10110000 1000 10011110 0 1011111 1010 11111 100110010 1011011 100100

Color Harmonies of #B0089E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0089E

Black with #B0089E

Text Example


Text Example

White with #B0089E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0089E; }

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

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

background-color css

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

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

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

border-color css

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

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

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