Html Css Color HEX #B7407F Medium Red Violet

📋 copy color: '#B7407F'

red 183 ◦ green 64 ◦ blue 127

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

Shades of Medium Red Violet #B7407F

Tints of Medium Red Violet #B7407F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 33.96%

R = 48.93%
G = 17.11%
B = 33.96%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.31

 K value IS 0.28

RGB Variations

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

Color information

#B7407F (or 0xB7407F) is known color: Medium Red Violet. HEX triplet: B7, 40 and 7F. RGB value is (183,64,127). Sum of RGB (Red+Green+Blue) = 183+64+127=374 (49% of max value = 765). Red value is 183 (71.88% from 255 or 48.93% from 374); Green value is 64 (25.39% from 255 or 17.11% from 374); Blue value is 127 (50% from 255 or 33.96% from 374); Max value from RGB is 183 - color contains mainly: red. Hex color #B7407F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7407F is #48BF80. Grayscale: #6A6A6A. Windows color (decimal): -4767617 or 8339639. OLE color: 8339639.

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

Color convert

RGB 183 64 127 -
CMYK 0 0.65 0.31 0.28
HSL 328.24º 0.48% 0.48% -
HSV(B) 328.24º 0.65% 0.72% -
XYZ 25.19 15.27 21.7 -
YUV 106.76 139.42 182.38 -
System Red Green Blue C M Y K H S L
Decimal 183 64 127 0 0.65 0.31 0.28 328.24 0.48 0.48
Hex B7 40 7F 0 41 1F 1C 148 30 30
Octal 267 100 177 0 101 37 34 510 60 60
Binary 10110111 1000000 1111111 0 1000001 11111 11100 101001000 110000 110000

Color Harmonies of #B7407F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7407F

Black with #B7407F

Text Example


Text Example

White with #B7407F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7407F; }

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

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

background-color css

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

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

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

border-color css

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

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

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