Html Css Color HEX #B7068D Medium Violet Red

📋 copy color: '#B7068D'

red 183 ◦ green 6 ◦ blue 141

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

Shades of Medium Violet Red #B7068D

Tints of Medium Violet Red #B7068D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 42.73%

R = 55.45%
G = 1.82%
B = 42.73%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.23

 K value IS 0.28

RGB Variations

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

Color information

#B7068D (or 0xB7068D) is known color: Medium Violet Red. HEX triplet: B7, 06 and 8D. RGB value is (183,6,141). Sum of RGB (Red+Green+Blue) = 183+6+141=330 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.45% from 330); Green value is 6 (2.73% from 255 or 1.82% from 330); Blue value is 141 (55.47% from 255 or 42.73% from 330); Max value from RGB is 183 - color contains mainly: red. Hex color #B7068D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B7068D is #48F972. Grayscale: #494949. Windows color (decimal): -4782451 or 9242295. OLE color: 9242295.

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

Color convert

RGB 183 6 141 -
CMYK 0 0.97 0.23 0.28
HSL 314.24º 0.94% 0.37% -
HSV(B) 314.24º 0.97% 0.72% -
XYZ 24.4 12.12 26.25 -
YUV 74.31 165.64 205.52 -
System Red Green Blue C M Y K H S L
Decimal 183 6 141 0 0.97 0.23 0.28 314.24 0.94 0.37
Hex B7 6 8D 0 61 17 1C 13A 5E 25
Octal 267 6 215 0 141 27 34 472 136 45
Binary 10110111 110 10001101 0 1100001 10111 11100 100111010 1011110 100101

Color Harmonies of #B7068D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7068D

Black with #B7068D

Text Example


Text Example

White with #B7068D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7068D; }

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

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

background-color css

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

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

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

border-color css

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

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

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