Html Css Color HEX #B7067D Medium Violet Red

📋 copy color: '#B7067D'

red 183 ◦ green 6 ◦ blue 125

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

Shades of Medium Violet Red #B7067D

Tints of Medium Violet Red #B7067D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 39.81%

R = 58.28%
G = 1.91%
B = 39.81%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.32

 K value IS 0.28

RGB Variations

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

Color information

#B7067D (or 0xB7067D) is known color: Medium Violet Red. HEX triplet: B7, 06 and 7D. RGB value is (183,6,125). Sum of RGB (Red+Green+Blue) = 183+6+125=314 (41% of max value = 765). Red value is 183 (71.88% from 255 or 58.28% from 314); Green value is 6 (2.73% from 255 or 1.91% from 314); Blue value is 125 (49.22% from 255 or 39.81% from 314); Max value from RGB is 183 - color contains mainly: red. Hex color #B7067D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B7067D is #48F982. Grayscale: #484848. Windows color (decimal): -4782467 or 8193719. OLE color: 8193719.

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

Color convert

RGB 183 6 125 -
CMYK 0 0.97 0.32 0.28
HSL 319.66º 0.94% 0.37% -
HSV(B) 319.66º 0.97% 0.72% -
XYZ 23.3 11.68 20.43 -
YUV 72.49 157.64 206.82 -
System Red Green Blue C M Y K H S L
Decimal 183 6 125 0 0.97 0.32 0.28 319.66 0.94 0.37
Hex B7 6 7D 0 61 20 1C 140 5E 25
Octal 267 6 175 0 141 40 34 500 136 45
Binary 10110111 110 1111101 0 1100001 100000 11100 101000000 1011110 100101

Color Harmonies of #B7067D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7067D

Black with #B7067D

Text Example


Text Example

White with #B7067D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7067D; }

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

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

background-color css

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

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

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

border-color css

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

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

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