Html Css Color HEX #B3087C Medium Violet Red

📋 copy color: '#B3087C'

red 179 ◦ green 8 ◦ blue 124

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

Shades of Medium Violet Red #B3087C

Tints of Medium Violet Red #B3087C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 39.87%

R = 57.56%
G = 2.57%
B = 39.87%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.31

 K value IS 0.30

RGB Variations

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

Color information

#B3087C (or 0xB3087C) is known color: Medium Violet Red. HEX triplet: B3, 08 and 7C. RGB value is (179,8,124). Sum of RGB (Red+Green+Blue) = 179+8+124=311 (41% of max value = 765). Red value is 179 (70.31% from 255 or 57.56% from 311); Green value is 8 (3.52% from 255 or 2.57% from 311); Blue value is 124 (48.83% from 255 or 39.87% from 311); Max value from RGB is 179 - color contains mainly: red. Hex color #B3087C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B3087C is #4CF783. Grayscale: #484848. Windows color (decimal): -5044100 or 8128691. OLE color: 8128691.

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

Color convert

RGB 179 8 124 -
CMYK 0 0.96 0.31 0.30
HSL 319.3º 0.91% 0.37% -
HSV(B) 319.3º 0.96% 0.7% -
XYZ 22.32 11.21 20.06 -
YUV 72.35 157.15 204.07 -
System Red Green Blue C M Y K H S L
Decimal 179 8 124 0 0.96 0.31 0.30 319.3 0.91 0.37
Hex B3 8 7C 0 60 1F 1E 13F 5B 25
Octal 263 10 174 0 140 37 36 477 133 45
Binary 10110011 1000 1111100 0 1100000 11111 11110 100111111 1011011 100101

Color Harmonies of #B3087C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3087C

Black with #B3087C

Text Example


Text Example

White with #B3087C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3087C; }

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

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

background-color css

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

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

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

border-color css

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

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

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