Html Css Color HEX #B7038D Medium Violet Red

📋 copy color: '#B7038D'

red 183 ◦ green 3 ◦ blue 141

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

Shades of Medium Violet Red #B7038D

Tints of Medium Violet Red #B7038D

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.92%

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

R = 55.96%
G = 0.92%
B = 43.12%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.23

 K value IS 0.28

RGB Variations

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

Color information

#B7038D (or 0xB7038D) is known color: Medium Violet Red. HEX triplet: B7, 03 and 8D. RGB value is (183,3,141). Sum of RGB (Red+Green+Blue) = 183+3+141=327 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.96% from 327); Green value is 3 (1.56% from 255 or 0.92% from 327); Blue value is 141 (55.47% from 255 or 43.12% from 327); Max value from RGB is 183 - color contains mainly: red. Hex color #B7038D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B7038D is #48FC72. Grayscale: #484848. Windows color (decimal): -4783219 or 9241527. OLE color: 9241527.

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

Color convert

RGB 183 3 141 -
CMYK 0 0.98 0.23 0.28
HSL 314º 0.97% 0.36% -
HSV(B) 314º 0.98% 0.72% -
XYZ 24.37 12.06 26.24 -
YUV 72.55 166.63 206.78 -
System Red Green Blue C M Y K H S L
Decimal 183 3 141 0 0.98 0.23 0.28 314 0.97 0.36
Hex B7 3 8D 0 62 17 1C 13A 61 24
Octal 267 3 215 0 142 27 34 472 141 44
Binary 10110111 11 10001101 0 1100010 10111 11100 100111010 1100001 100100

Color Harmonies of #B7038D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7038D

Black with #B7038D

Text Example


Text Example

White with #B7038D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7038D; }

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

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

background-color css

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

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

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

border-color css

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

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

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