Html Css Color HEX #B7218C Medium Red Violet

📋 copy color: '#B7218C'

red 183 ◦ green 33 ◦ blue 140

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

Shades of Medium Red Violet #B7218C

Tints of Medium Red Violet #B7218C

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.27%

 BLUE value IS 140 (55.08% from 255) = 39.33%

R = 51.4%
G = 9.27%
B = 39.33%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.23

 K value IS 0.28

RGB Variations

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

Color information

#B7218C (or 0xB7218C) is known color: Medium Red Violet. HEX triplet: B7, 21 and 8C. RGB value is (183,33,140). Sum of RGB (Red+Green+Blue) = 183+33+140=356 (47% of max value = 765). Red value is 183 (71.88% from 255 or 51.40% from 356); Green value is 33 (13.28% from 255 or 9.27% from 356); Blue value is 140 (55.08% from 255 or 39.33% from 356); Max value from RGB is 183 - color contains mainly: red. Hex color #B7218C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B7218C is #48DE73. Grayscale: #595959. Windows color (decimal): -4775540 or 9183671. OLE color: 9183671.

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

Color convert

RGB 183 33 140 -
CMYK 0 0.82 0.23 0.28
HSL 317.2º 0.69% 0.42% -
HSV(B) 317.2º 0.82% 0.72% -
XYZ 24.81 13.05 26.02 -
YUV 90.05 156.2 194.3 -
System Red Green Blue C M Y K H S L
Decimal 183 33 140 0 0.82 0.23 0.28 317.2 0.69 0.42
Hex B7 21 8C 0 52 17 1C 13D 45 2A
Octal 267 41 214 0 122 27 34 475 105 52
Binary 10110111 100001 10001100 0 1010010 10111 11100 100111101 1000101 101010

Color Harmonies of #B7218C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7218C

Black with #B7218C

Text Example


Text Example

White with #B7218C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7218C; }

 p { color: rgb(183,33,140); }

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

background-color css

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

 a { background-color: rgb(183,33,140); }

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

border-color css

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

 span { border-color: rgb(183,33,140); }

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