Html Css Color HEX #B7069E Medium Violet Red

📋 copy color: '#B7069E'

red 183 ◦ green 6 ◦ blue 158

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

Shades of Medium Violet Red #B7069E

Tints of Medium Violet Red #B7069E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 45.53%

R = 52.74%
G = 1.73%
B = 45.53%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.14

 K value IS 0.28

RGB Variations

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

Color information

#B7069E (or 0xB7069E) is known color: Medium Violet Red. HEX triplet: B7, 06 and 9E. RGB value is (183,6,158). Sum of RGB (Red+Green+Blue) = 183+6+158=347 (45% of max value = 765). Red value is 183 (71.88% from 255 or 52.74% from 347); Green value is 6 (2.73% from 255 or 1.73% from 347); Blue value is 158 (62.11% from 255 or 45.53% from 347); Max value from RGB is 183 - color contains mainly: red. Hex color #B7069E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B7069E is #48F961. Grayscale: #4B4B4B. Windows color (decimal): -4782434 or 10356407. OLE color: 10356407.

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

Color convert

RGB 183 6 158 -
CMYK 0 0.97 0.14 0.28
HSL 308.47º 0.94% 0.37% -
HSV(B) 308.47º 0.97% 0.72% -
XYZ 25.77 12.67 33.43 -
YUV 76.25 174.14 204.14 -
System Red Green Blue C M Y K H S L
Decimal 183 6 158 0 0.97 0.14 0.28 308.47 0.94 0.37
Hex B7 6 9E 0 61 E 1C 134 5E 25
Octal 267 6 236 0 141 16 34 464 136 45
Binary 10110111 110 10011110 0 1100001 1110 11100 100110100 1011110 100101

Color Harmonies of #B7069E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7069E

Black with #B7069E

Text Example


Text Example

White with #B7069E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7069E; }

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

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

background-color css

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

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

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

border-color css

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

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

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