Html Css Color HEX #B2217B Medium Red Violet

📋 copy color: '#B2217B'

red 178 ◦ green 33 ◦ blue 123

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

Shades of Medium Red Violet #B2217B

Tints of Medium Red Violet #B2217B

RGB

 RED value IS 178 (69.92% from 255) = 53.29%

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

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

R = 53.29%
G = 9.88%
B = 36.83%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.31

 K value IS 0.30

RGB Variations

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

Color information

#B2217B (or 0xB2217B) is known color: Medium Red Violet. HEX triplet: B2, 21 and 7B. RGB value is (178,33,123). Sum of RGB (Red+Green+Blue) = 178+33+123=334 (44% of max value = 765). Red value is 178 (69.92% from 255 or 53.29% from 334); Green value is 33 (13.28% from 255 or 9.88% from 334); Blue value is 123 (48.44% from 255 or 36.83% from 334); Max value from RGB is 178 - color contains mainly: red. Hex color #B2217B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2217B is #4DDE84. Grayscale: #565656. Windows color (decimal): -5103237 or 8069554. OLE color: 8069554.

HSL color Cylindrical-coordinate representation of color #B2217B: hue angle of 322.76º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B2217B is Cyan = 0, Magento = 0.81, Yellow = 0.31 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 33 123 -
CMYK 0 0.81 0.31 0.30
HSL 322.76º 0.69% 0.41% -
HSV(B) 322.76º 0.81% 0.7% -
XYZ 22.48 11.98 19.87 -
YUV 86.62 148.54 193.18 -
System Red Green Blue C M Y K H S L
Decimal 178 33 123 0 0.81 0.31 0.30 322.76 0.69 0.41
Hex B2 21 7B 0 51 1F 1E 143 45 29
Octal 262 41 173 0 121 37 36 503 105 51
Binary 10110010 100001 1111011 0 1010001 11111 11110 101000011 1000101 101001

Color Harmonies of #B2217B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2217B

Black with #B2217B

Text Example


Text Example

White with #B2217B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2217B; }

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

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

background-color css

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

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

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

border-color css

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

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

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