Html Css Color HEX #B0459B Medium Red Violet

📋 copy color: '#B0459B'

red 176 ◦ green 69 ◦ blue 155

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

Shades of Medium Red Violet #B0459B

Tints of Medium Red Violet #B0459B

RGB

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

 GREEN value IS 69 (27.34% from 255) = 17.25%

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

R = 44%
G = 17.25%
B = 38.75%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.12

 K value IS 0.31

RGB Variations

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

Color information

#B0459B (or 0xB0459B) is known color: Medium Red Violet. HEX triplet: B0, 45 and 9B. RGB value is (176,69,155). Sum of RGB (Red+Green+Blue) = 176+69+155=400 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44% from 400); Green value is 69 (27.34% from 255 or 17.25% from 400); Blue value is 155 (60.94% from 255 or 38.75% from 400); Max value from RGB is 176 - color contains mainly: red. Hex color #B0459B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B0459B is #4FBA64. Grayscale: #6E6E6E. Windows color (decimal): -5225061 or 10175920. OLE color: 10175920.

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

Color convert

RGB 176 69 155 -
CMYK 0 0.61 0.12 0.31
HSL 311.78º 0.44% 0.48% -
HSV(B) 311.78º 0.61% 0.69% -
XYZ 25.95 15.85 32.7 -
YUV 110.8 152.95 174.51 -
System Red Green Blue C M Y K H S L
Decimal 176 69 155 0 0.61 0.12 0.31 311.78 0.44 0.48
Hex B0 45 9B 0 3D C 1F 138 2C 30
Octal 260 105 233 0 75 14 37 470 54 60
Binary 10110000 1000101 10011011 0 111101 1100 11111 100111000 101100 110000

Color Harmonies of #B0459B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0459B

Black with #B0459B

Text Example


Text Example

White with #B0459B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0459B; }

 p { color: rgb(176,69,155); }

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

background-color css

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

 a { background-color: rgb(176,69,155); }

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

border-color css

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

 span { border-color: rgb(176,69,155); }

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