Html Css Color HEX #B2088B Medium Violet Red

📋 copy color: '#B2088B'

red 178 ◦ green 8 ◦ blue 139

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

Shades of Medium Violet Red #B2088B

Tints of Medium Violet Red #B2088B

RGB

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

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

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

R = 54.77%
G = 2.46%
B = 42.77%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.22

 K value IS 0.30

RGB Variations

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

Color information

#B2088B (or 0xB2088B) is known color: Medium Violet Red. HEX triplet: B2, 08 and 8B. RGB value is (178,8,139). Sum of RGB (Red+Green+Blue) = 178+8+139=325 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.77% from 325); Green value is 8 (3.52% from 255 or 2.46% from 325); Blue value is 139 (54.69% from 255 or 42.77% from 325); Max value from RGB is 178 - color contains mainly: red. Hex color #B2088B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B2088B is #4DF774. Grayscale: #494949. Windows color (decimal): -5109621 or 9111730. OLE color: 9111730.

HSL color Cylindrical-coordinate representation of color #B2088B: hue angle of 313.76º 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 #B2088B is Cyan = 0, Magento = 0.96, Yellow = 0.22 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 8 139 -
CMYK 0 0.96 0.22 0.30
HSL 313.76º 0.91% 0.36% -
HSV(B) 313.76º 0.96% 0.7% -
XYZ 23.11 11.5 25.43 -
YUV 73.76 164.82 202.35 -
System Red Green Blue C M Y K H S L
Decimal 178 8 139 0 0.96 0.22 0.30 313.76 0.91 0.36
Hex B2 8 8B 0 60 16 1E 13A 5B 24
Octal 262 10 213 0 140 26 36 472 133 44
Binary 10110010 1000 10001011 0 1100000 10110 11110 100111010 1011011 100100

Color Harmonies of #B2088B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2088B

Black with #B2088B

Text Example


Text Example

White with #B2088B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2088B; }

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

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

background-color css

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

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

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

border-color css

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

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

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