Html Css Color HEX #B0408A Medium Red Violet

📋 copy color: '#B0408A'

red 176 ◦ green 64 ◦ blue 138

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

Shades of Medium Red Violet #B0408A

Tints of Medium Red Violet #B0408A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 36.51%

R = 46.56%
G = 16.93%
B = 36.51%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.22

 K value IS 0.31

RGB Variations

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

Color information

#B0408A (or 0xB0408A) is known color: Medium Red Violet. HEX triplet: B0, 40 and 8A. RGB value is (176,64,138). Sum of RGB (Red+Green+Blue) = 176+64+138=378 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.56% from 378); Green value is 64 (25.39% from 255 or 16.93% from 378); Blue value is 138 (54.30% from 255 or 36.51% from 378); Max value from RGB is 176 - color contains mainly: red. Hex color #B0408A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B0408A is #4FBF75. Grayscale: #696969. Windows color (decimal): -5226358 or 9060528. OLE color: 9060528.

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

Color convert

RGB 176 64 138 -
CMYK 0 0.64 0.22 0.31
HSL 320.36º 0.47% 0.47% -
HSV(B) 320.36º 0.64% 0.69% -
XYZ 24.33 14.73 25.61 -
YUV 105.92 146.11 177.98 -
System Red Green Blue C M Y K H S L
Decimal 176 64 138 0 0.64 0.22 0.31 320.36 0.47 0.47
Hex B0 40 8A 0 40 16 1F 140 2F 2F
Octal 260 100 212 0 100 26 37 500 57 57
Binary 10110000 1000000 10001010 0 1000000 10110 11111 101000000 101111 101111

Color Harmonies of #B0408A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0408A

Black with #B0408A

Text Example


Text Example

White with #B0408A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0408A; }

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

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

background-color css

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

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

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

border-color css

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

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

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