Html Css Color HEX #B7218A Medium Red Violet

📋 copy color: '#B7218A'

red 183 ◦ green 33 ◦ blue 138

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

Shades of Medium Red Violet #B7218A

Tints of Medium Red Violet #B7218A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 38.98%

R = 51.69%
G = 9.32%
B = 38.98%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.25

 K value IS 0.28

RGB Variations

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

Color information

#B7218A (or 0xB7218A) is known color: Medium Red Violet. HEX triplet: B7, 21 and 8A. RGB value is (183,33,138). Sum of RGB (Red+Green+Blue) = 183+33+138=354 (46% of max value = 765). Red value is 183 (71.88% from 255 or 51.69% from 354); Green value is 33 (13.28% from 255 or 9.32% from 354); Blue value is 138 (54.30% from 255 or 38.98% from 354); Max value from RGB is 183 - color contains mainly: red. Hex color #B7218A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B7218A is #48DE75. Grayscale: #595959. Windows color (decimal): -4775542 or 9052599. OLE color: 9052599.

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

Color convert

RGB 183 33 138 -
CMYK 0 0.82 0.25 0.28
HSL 318º 0.69% 0.42% -
HSV(B) 318º 0.82% 0.72% -
XYZ 24.66 12.99 25.25 -
YUV 89.82 155.2 194.46 -
System Red Green Blue C M Y K H S L
Decimal 183 33 138 0 0.82 0.25 0.28 318 0.69 0.42
Hex B7 21 8A 0 52 19 1C 13E 45 2A
Octal 267 41 212 0 122 31 34 476 105 52
Binary 10110111 100001 10001010 0 1010010 11001 11100 100111110 1000101 101010

Color Harmonies of #B7218A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7218A

Black with #B7218A

Text Example


Text Example

White with #B7218A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7218A; }

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

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

background-color css

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

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

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

border-color css

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

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

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