Html Css Color HEX #B2089B Medium Violet Red

📋 copy color: '#B2089B'

red 178 ◦ green 8 ◦ blue 155

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

Shades of Medium Violet Red #B2089B

Tints of Medium Violet Red #B2089B

RGB

 RED value IS 178 (69.92% from 255) = 52.2%

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

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

R = 52.2%
G = 2.35%
B = 45.45%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.13

 K value IS 0.30

RGB Variations

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

Color information

#B2089B (or 0xB2089B) is known color: Medium Violet Red. HEX triplet: B2, 08 and 9B. RGB value is (178,8,155). Sum of RGB (Red+Green+Blue) = 178+8+155=341 (45% of max value = 765). Red value is 178 (69.92% from 255 or 52.20% from 341); Green value is 8 (3.52% from 255 or 2.35% from 341); Blue value is 155 (60.94% from 255 or 45.45% from 341); Max value from RGB is 178 - color contains mainly: red. Hex color #B2089B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B2089B is #4DF764. Grayscale: #4B4B4B. Windows color (decimal): -5109605 or 10160306. OLE color: 10160306.

HSL color Cylindrical-coordinate representation of color #B2089B: hue angle of 308.12º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B2089B is Cyan = 0, Magento = 0.96, Yellow = 0.13 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 8 155 -
CMYK 0 0.96 0.13 0.30
HSL 308.12º 0.91% 0.36% -
HSV(B) 308.12º 0.96% 0.7% -
XYZ 24.36 12.01 32.04 -
YUV 75.59 172.82 201.05 -
System Red Green Blue C M Y K H S L
Decimal 178 8 155 0 0.96 0.13 0.30 308.12 0.91 0.36
Hex B2 8 9B 0 60 D 1E 134 5B 24
Octal 262 10 233 0 140 15 36 464 133 44
Binary 10110010 1000 10011011 0 1100000 1101 11110 100110100 1011011 100100

Color Harmonies of #B2089B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2089B

Black with #B2089B

Text Example


Text Example

White with #B2089B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2089B; }

 p { color: rgb(178,8,155); }

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

background-color css

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

 a { background-color: rgb(178,8,155); }

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

border-color css

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

 span { border-color: rgb(178,8,155); }

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