Html Css Color HEX #B23181 Medium Red Violet

📋 copy color: '#B23181'

red 178 ◦ green 49 ◦ blue 129

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

Shades of Medium Red Violet #B23181

Tints of Medium Red Violet #B23181

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 36.24%

R = 50%
G = 13.76%
B = 36.24%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.28

 K value IS 0.30

RGB Variations

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

Color information

#B23181 (or 0xB23181) is known color: Medium Red Violet. HEX triplet: B2, 31 and 81. RGB value is (178,49,129). Sum of RGB (Red+Green+Blue) = 178+49+129=356 (47% of max value = 765). Red value is 178 (69.92% from 255 or 50% from 356); Green value is 49 (19.53% from 255 or 13.76% from 356); Blue value is 129 (50.78% from 255 or 36.24% from 356); Max value from RGB is 178 - color contains mainly: red. Hex color #B23181 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B23181 is #4DCE7E. Grayscale: #606060. Windows color (decimal): -5099135 or 8466866. OLE color: 8466866.

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

Color convert

RGB 178 49 129 -
CMYK 0 0.72 0.28 0.30
HSL 322.79º 0.57% 0.45% -
HSV(B) 322.79º 0.72% 0.7% -
XYZ 23.42 13.25 22.09 -
YUV 96.69 146.24 186 -
System Red Green Blue C M Y K H S L
Decimal 178 49 129 0 0.72 0.28 0.30 322.79 0.57 0.45
Hex B2 31 81 0 48 1C 1E 143 39 2D
Octal 262 61 201 0 110 34 36 503 71 55
Binary 10110010 110001 10000001 0 1001000 11100 11110 101000011 111001 101101

Color Harmonies of #B23181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23181

Black with #B23181

Text Example


Text Example

White with #B23181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23181; }

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

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

background-color css

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

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

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

border-color css

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

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

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