Html Css Color HEX #B0439B Medium Red Violet

📋 copy color: '#B0439B'

red 176 ◦ green 67 ◦ blue 155

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

Shades of Medium Red Violet #B0439B

Tints of Medium Red Violet #B0439B

RGB

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

 GREEN value IS 67 (26.56% from 255) = 16.83%

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

R = 44.22%
G = 16.83%
B = 38.94%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.12

 K value IS 0.31

RGB Variations

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

Color information

#B0439B (or 0xB0439B) is known color: Medium Red Violet. HEX triplet: B0, 43 and 9B. RGB value is (176,67,155). Sum of RGB (Red+Green+Blue) = 176+67+155=398 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.22% from 398); Green value is 67 (26.56% from 255 or 16.83% from 398); Blue value is 155 (60.94% from 255 or 38.94% from 398); Max value from RGB is 176 - color contains mainly: red. Hex color #B0439B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B0439B is #4FBC64. Grayscale: #6D6D6D. Windows color (decimal): -5225573 or 10175408. OLE color: 10175408.

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

Color convert

RGB 176 67 155 -
CMYK 0 0.62 0.12 0.31
HSL 311.56º 0.45% 0.48% -
HSV(B) 311.56º 0.62% 0.69% -
XYZ 25.83 15.61 32.66 -
YUV 109.62 153.61 175.34 -
System Red Green Blue C M Y K H S L
Decimal 176 67 155 0 0.62 0.12 0.31 311.56 0.45 0.48
Hex B0 43 9B 0 3E C 1F 138 2D 30
Octal 260 103 233 0 76 14 37 470 55 60
Binary 10110000 1000011 10011011 0 111110 1100 11111 100111000 101101 110000

Color Harmonies of #B0439B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0439B

Black with #B0439B

Text Example


Text Example

White with #B0439B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0439B; }

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

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

background-color css

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

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

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

border-color css

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

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

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