Html Css Color HEX #B4217B Medium Red Violet

📋 copy color: '#B4217B'

red 180 ◦ green 33 ◦ blue 123

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

Shades of Medium Red Violet #B4217B

Tints of Medium Red Violet #B4217B

RGB

 RED value IS 180 (70.7% from 255) = 53.57%

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

 BLUE value IS 123 (48.44% from 255) = 36.61%

R = 53.57%
G = 9.82%
B = 36.61%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.32

 K value IS 0.29

RGB Variations

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

Color information

#B4217B (or 0xB4217B) is known color: Medium Red Violet. HEX triplet: B4, 21 and 7B. RGB value is (180,33,123). Sum of RGB (Red+Green+Blue) = 180+33+123=336 (44% of max value = 765). Red value is 180 (70.70% from 255 or 53.57% from 336); Green value is 33 (13.28% from 255 or 9.82% from 336); Blue value is 123 (48.44% from 255 or 36.61% from 336); Max value from RGB is 180 - color contains mainly: red. Hex color #B4217B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B4217B is #4BDE84. Grayscale: #575757. Windows color (decimal): -4972165 or 8069556. OLE color: 8069556.

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

Color convert

RGB 180 33 123 -
CMYK 0 0.82 0.32 0.29
HSL 323.27º 0.69% 0.42% -
HSV(B) 323.27º 0.82% 0.71% -
XYZ 22.94 12.22 19.89 -
YUV 87.21 148.2 194.18 -
System Red Green Blue C M Y K H S L
Decimal 180 33 123 0 0.82 0.32 0.29 323.27 0.69 0.42
Hex B4 21 7B 0 52 20 1D 143 45 2A
Octal 264 41 173 0 122 40 35 503 105 52
Binary 10110100 100001 1111011 0 1010010 100000 11101 101000011 1000101 101010

Color Harmonies of #B4217B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4217B

Black with #B4217B

Text Example


Text Example

White with #B4217B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4217B; }

 p { color: rgb(180,33,123); }

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

background-color css

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

 a { background-color: rgb(180,33,123); }

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

border-color css

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

 span { border-color: rgb(180,33,123); }

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