Html Css Color HEX #B2317B Medium Red Violet

📋 copy color: '#B2317B'

red 178 ◦ green 49 ◦ blue 123

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

Shades of Medium Red Violet #B2317B

Tints of Medium Red Violet #B2317B

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14%

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

R = 50.86%
G = 14%
B = 35.14%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.31

 K value IS 0.30

RGB Variations

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

Color information

#B2317B (or 0xB2317B) is known color: Medium Red Violet. HEX triplet: B2, 31 and 7B. RGB value is (178,49,123). Sum of RGB (Red+Green+Blue) = 178+49+123=350 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.86% from 350); Green value is 49 (19.53% from 255 or 14% from 350); Blue value is 123 (48.44% from 255 or 35.14% from 350); Max value from RGB is 178 - color contains mainly: red. Hex color #B2317B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2317B is #4DCE84. Grayscale: #5F5F5F. Windows color (decimal): -5099141 or 8073650. OLE color: 8073650.

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

Color convert

RGB 178 49 123 -
CMYK 0 0.72 0.31 0.30
HSL 325.58º 0.57% 0.45% -
HSV(B) 325.58º 0.72% 0.7% -
XYZ 23.03 13.09 20.05 -
YUV 96.01 143.24 186.48 -
System Red Green Blue C M Y K H S L
Decimal 178 49 123 0 0.72 0.31 0.30 325.58 0.57 0.45
Hex B2 31 7B 0 48 1F 1E 146 39 2D
Octal 262 61 173 0 110 37 36 506 71 55
Binary 10110010 110001 1111011 0 1001000 11111 11110 101000110 111001 101101

Color Harmonies of #B2317B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2317B

Black with #B2317B

Text Example


Text Example

White with #B2317B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2317B; }

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

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

background-color css

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

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

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

border-color css

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

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

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