Html Css Color HEX #B03085 Medium Red Violet

📋 copy color: '#B03085'

red 176 ◦ green 48 ◦ blue 133

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

Shades of Medium Red Violet #B03085

Tints of Medium Red Violet #B03085

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.45%

 BLUE value IS 133 (52.34% from 255) = 37.25%

R = 49.3%
G = 13.45%
B = 37.25%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.24

 K value IS 0.31

RGB Variations

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

Color information

#B03085 (or 0xB03085) is known color: Medium Red Violet. HEX triplet: B0, 30 and 85. RGB value is (176,48,133). Sum of RGB (Red+Green+Blue) = 176+48+133=357 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.30% from 357); Green value is 48 (19.14% from 255 or 13.45% from 357); Blue value is 133 (52.34% from 255 or 37.25% from 357); Max value from RGB is 176 - color contains mainly: red. Hex color #B03085 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B03085 is #4FCF7A. Grayscale: #5F5F5F. Windows color (decimal): -5230459 or 8728752. OLE color: 8728752.

HSL color Cylindrical-coordinate representation of color #B03085: hue angle of 320.16º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B03085 is Cyan = 0, Magento = 0.73, Yellow = 0.24 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 48 133 -
CMYK 0 0.73 0.24 0.31
HSL 320.16º 0.57% 0.44% -
HSV(B) 320.16º 0.73% 0.69% -
XYZ 23.2 13.04 23.48 -
YUV 95.96 148.91 185.09 -
System Red Green Blue C M Y K H S L
Decimal 176 48 133 0 0.73 0.24 0.31 320.16 0.57 0.44
Hex B0 30 85 0 49 18 1F 140 39 2C
Octal 260 60 205 0 111 30 37 500 71 54
Binary 10110000 110000 10000101 0 1001001 11000 11111 101000000 111001 101100

Color Harmonies of #B03085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03085

Black with #B03085

Text Example


Text Example

White with #B03085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03085; }

 p { color: rgb(176,48,133); }

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

background-color css

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

 a { background-color: rgb(176,48,133); }

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

border-color css

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

 span { border-color: rgb(176,48,133); }

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