Html Css Color HEX #B7067F Medium Violet Red

📋 copy color: '#B7067F'

red 183 ◦ green 6 ◦ blue 127

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

Shades of Medium Violet Red #B7067F

Tints of Medium Violet Red #B7067F

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.9%

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

R = 57.91%
G = 1.9%
B = 40.19%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.31

 K value IS 0.28

RGB Variations

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

Color information

#B7067F (or 0xB7067F) is known color: Medium Violet Red. HEX triplet: B7, 06 and 7F. RGB value is (183,6,127). Sum of RGB (Red+Green+Blue) = 183+6+127=316 (41% of max value = 765). Red value is 183 (71.88% from 255 or 57.91% from 316); Green value is 6 (2.73% from 255 or 1.90% from 316); Blue value is 127 (50% from 255 or 40.19% from 316); Max value from RGB is 183 - color contains mainly: red. Hex color #B7067F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B7067F is #48F980. Grayscale: #484848. Windows color (decimal): -4782465 or 8324791. OLE color: 8324791.

HSL color Cylindrical-coordinate representation of color #B7067F: hue angle of 318.98º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B7067F is Cyan = 0, Magento = 0.97, Yellow = 0.31 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 6 127 -
CMYK 0 0.97 0.31 0.28
HSL 318.98º 0.94% 0.37% -
HSV(B) 318.98º 0.97% 0.72% -
XYZ 23.42 11.73 21.11 -
YUV 72.72 158.64 206.66 -
System Red Green Blue C M Y K H S L
Decimal 183 6 127 0 0.97 0.31 0.28 318.98 0.94 0.37
Hex B7 6 7F 0 61 1F 1C 13F 5E 25
Octal 267 6 177 0 141 37 34 477 136 45
Binary 10110111 110 1111111 0 1100001 11111 11100 100111111 1011110 100101

Color Harmonies of #B7067F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7067F

Black with #B7067F

Text Example


Text Example

White with #B7067F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7067F; }

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

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

background-color css

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

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

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

border-color css

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

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

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