Html Css Color HEX #B0429A Medium Red Violet

📋 copy color: '#B0429A'

red 176 ◦ green 66 ◦ blue 154

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

Shades of Medium Red Violet #B0429A

Tints of Medium Red Violet #B0429A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 38.89%

R = 44.44%
G = 16.67%
B = 38.89%

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

#B0429A (or 0xB0429A) is known color: Medium Red Violet. HEX triplet: B0, 42 and 9A. RGB value is (176,66,154). Sum of RGB (Red+Green+Blue) = 176+66+154=396 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.44% from 396); Green value is 66 (26.17% from 255 or 16.67% from 396); Blue value is 154 (60.55% from 255 or 38.89% from 396); Max value from RGB is 176 - color contains mainly: red. Hex color #B0429A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B0429A is #4FBD65. Grayscale: #6C6C6C. Windows color (decimal): -5225830 or 10109616. OLE color: 10109616.

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

Color convert

RGB 176 66 154 -
CMYK 0 0.62 0.12 0.31
HSL 312º 0.45% 0.47% -
HSV(B) 312º 0.63% 0.69% -
XYZ 25.69 15.46 32.2 -
YUV 108.92 153.44 175.84 -
System Red Green Blue C M Y K H S L
Decimal 176 66 154 0 0.62 0.12 0.31 312 0.45 0.47
Hex B0 42 9A 0 3E C 1F 138 2D 2F
Octal 260 102 232 0 76 14 37 470 55 57
Binary 10110000 1000010 10011010 0 111110 1100 11111 100111000 101101 101111

Color Harmonies of #B0429A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0429A

Black with #B0429A

Text Example


Text Example

White with #B0429A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0429A; }

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

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

background-color css

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

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

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

border-color css

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

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

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