Html Css Color HEX #B3088C Medium Violet Red

📋 copy color: '#B3088C'

red 179 ◦ green 8 ◦ blue 140

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

Shades of Medium Violet Red #B3088C

Tints of Medium Violet Red #B3088C

RGB

 RED value IS 179 (70.31% from 255) = 54.74%

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

 BLUE value IS 140 (55.08% from 255) = 42.81%

R = 54.74%
G = 2.45%
B = 42.81%

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

#B3088C (or 0xB3088C) is known color: Medium Violet Red. HEX triplet: B3, 08 and 8C. RGB value is (179,8,140). Sum of RGB (Red+Green+Blue) = 179+8+140=327 (43% of max value = 765). Red value is 179 (70.31% from 255 or 54.74% from 327); Green value is 8 (3.52% from 255 or 2.45% from 327); Blue value is 140 (55.08% from 255 or 42.81% from 327); Max value from RGB is 179 - color contains mainly: red. Hex color #B3088C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B3088C is #4CF773. Grayscale: #494949. Windows color (decimal): -5044084 or 9177267. OLE color: 9177267.

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

Color convert

RGB 179 8 140 -
CMYK 0 0.96 0.22 0.30
HSL 313.68º 0.91% 0.37% -
HSV(B) 313.68º 0.96% 0.7% -
XYZ 23.41 11.65 25.83 -
YUV 74.18 165.15 202.77 -
System Red Green Blue C M Y K H S L
Decimal 179 8 140 0 0.96 0.22 0.30 313.68 0.91 0.37
Hex B3 8 8C 0 60 16 1E 13A 5B 25
Octal 263 10 214 0 140 26 36 472 133 45
Binary 10110011 1000 10001100 0 1100000 10110 11110 100111010 1011011 100101

Color Harmonies of #B3088C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3088C

Black with #B3088C

Text Example


Text Example

White with #B3088C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3088C; }

 p { color: rgb(179,8,140); }

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

background-color css

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

 a { background-color: rgb(179,8,140); }

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

border-color css

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

 span { border-color: rgb(179,8,140); }

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