Html Css Color HEX #B0428B Medium Red Violet

📋 copy color: '#B0428B'

red 176 ◦ green 66 ◦ blue 139

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

Shades of Medium Red Violet #B0428B

Tints of Medium Red Violet #B0428B

RGB

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

 GREEN value IS 66 (26.17% from 255) = 17.32%

 BLUE value IS 139 (54.69% from 255) = 36.48%

R = 46.19%
G = 17.32%
B = 36.48%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.21

 K value IS 0.31

RGB Variations

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

Color information

#B0428B (or 0xB0428B) is known color: Medium Red Violet. HEX triplet: B0, 42 and 8B. RGB value is (176,66,139). Sum of RGB (Red+Green+Blue) = 176+66+139=381 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.19% from 381); Green value is 66 (26.17% from 255 or 17.32% from 381); Blue value is 139 (54.69% from 255 or 36.48% from 381); Max value from RGB is 176 - color contains mainly: red. Hex color #B0428B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B0428B is #4FBD74. Grayscale: #6B6B6B. Windows color (decimal): -5225845 or 9126576. OLE color: 9126576.

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

Color convert

RGB 176 66 139 -
CMYK 0 0.62 0.21 0.31
HSL 320.18º 0.45% 0.47% -
HSV(B) 320.18º 0.63% 0.69% -
XYZ 24.51 14.99 26.03 -
YUV 107.21 145.94 177.06 -
System Red Green Blue C M Y K H S L
Decimal 176 66 139 0 0.62 0.21 0.31 320.18 0.45 0.47
Hex B0 42 8B 0 3E 15 1F 140 2D 2F
Octal 260 102 213 0 76 25 37 500 55 57
Binary 10110000 1000010 10001011 0 111110 10101 11111 101000000 101101 101111

Color Harmonies of #B0428B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0428B

Black with #B0428B

Text Example


Text Example

White with #B0428B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0428B; }

 p { color: rgb(176,66,139); }

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

background-color css

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

 a { background-color: rgb(176,66,139); }

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

border-color css

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

 span { border-color: rgb(176,66,139); }

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