Html Css Color HEX #B0409C Medium Red Violet

📋 copy color: '#B0409C'

red 176 ◦ green 64 ◦ blue 156

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

Shades of Medium Red Violet #B0409C

Tints of Medium Red Violet #B0409C

RGB

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

 GREEN value IS 64 (25.39% from 255) = 16.16%

 BLUE value IS 156 (61.33% from 255) = 39.39%

R = 44.44%
G = 16.16%
B = 39.39%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.11

 K value IS 0.31

RGB Variations

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

Color information

#B0409C (or 0xB0409C) is known color: Medium Red Violet. HEX triplet: B0, 40 and 9C. RGB value is (176,64,156). Sum of RGB (Red+Green+Blue) = 176+64+156=396 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.44% from 396); Green value is 64 (25.39% from 255 or 16.16% from 396); Blue value is 156 (61.33% from 255 or 39.39% from 396); Max value from RGB is 176 - color contains mainly: red. Hex color #B0409C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B0409C is #4FBF63. Grayscale: #6B6B6B. Windows color (decimal): -5226340 or 10240176. OLE color: 10240176.

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

Color convert

RGB 176 64 156 -
CMYK 0 0.64 0.11 0.31
HSL 310.71º 0.47% 0.47% -
HSV(B) 310.71º 0.64% 0.69% -
XYZ 25.74 15.3 33.05 -
YUV 107.98 155.11 176.52 -
System Red Green Blue C M Y K H S L
Decimal 176 64 156 0 0.64 0.11 0.31 310.71 0.47 0.47
Hex B0 40 9C 0 40 B 1F 137 2F 2F
Octal 260 100 234 0 100 13 37 467 57 57
Binary 10110000 1000000 10011100 0 1000000 1011 11111 100110111 101111 101111

Color Harmonies of #B0409C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0409C

Black with #B0409C

Text Example


Text Example

White with #B0409C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0409C; }

 p { color: rgb(176,64,156); }

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

background-color css

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

 a { background-color: rgb(176,64,156); }

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

border-color css

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

 span { border-color: rgb(176,64,156); }

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