Html Css Color HEX #B7408A Medium Red Violet

📋 copy color: '#B7408A'

red 183 ◦ green 64 ◦ blue 138

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

Shades of Medium Red Violet #B7408A

Tints of Medium Red Violet #B7408A

RGB

 RED value IS 183 (71.88% from 255) = 47.53%

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

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

R = 47.53%
G = 16.62%
B = 35.84%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.25

 K value IS 0.28

RGB Variations

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

Color information

#B7408A (or 0xB7408A) is known color: Medium Red Violet. HEX triplet: B7, 40 and 8A. RGB value is (183,64,138). Sum of RGB (Red+Green+Blue) = 183+64+138=385 (50% of max value = 765). Red value is 183 (71.88% from 255 or 47.53% from 385); Green value is 64 (25.39% from 255 or 16.62% from 385); Blue value is 138 (54.30% from 255 or 35.84% from 385); Max value from RGB is 183 - color contains mainly: red. Hex color #B7408A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B7408A is #48BF75. Grayscale: #6B6B6B. Windows color (decimal): -4767606 or 9060535. OLE color: 9060535.

HSL color Cylindrical-coordinate representation of color #B7408A: hue angle of 322.69º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B7408A is Cyan = 0, Magento = 0.65, Yellow = 0.25 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 64 138 -
CMYK 0 0.65 0.25 0.28
HSL 322.69º 0.48% 0.48% -
HSV(B) 322.69º 0.65% 0.72% -
XYZ 25.95 15.57 25.68 -
YUV 108.02 144.92 181.48 -
System Red Green Blue C M Y K H S L
Decimal 183 64 138 0 0.65 0.25 0.28 322.69 0.48 0.48
Hex B7 40 8A 0 41 19 1C 143 30 30
Octal 267 100 212 0 101 31 34 503 60 60
Binary 10110111 1000000 10001010 0 1000001 11001 11100 101000011 110000 110000

Color Harmonies of #B7408A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7408A

Black with #B7408A

Text Example


Text Example

White with #B7408A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7408A; }

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

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

background-color css

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

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

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

border-color css

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

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

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