Html Css Color HEX #B23477 Medium Red Violet

📋 copy color: '#B23477'

red 178 ◦ green 52 ◦ blue 119

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

Shades of Medium Red Violet #B23477

Tints of Medium Red Violet #B23477

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.9%

 BLUE value IS 119 (46.88% from 255) = 34.1%

R = 51%
G = 14.9%
B = 34.1%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.33

 K value IS 0.30

RGB Variations

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

Color information

#B23477 (or 0xB23477) is known color: Medium Red Violet. HEX triplet: B2, 34 and 77. RGB value is (178,52,119). Sum of RGB (Red+Green+Blue) = 178+52+119=349 (46% of max value = 765). Red value is 178 (69.92% from 255 or 51.00% from 349); Green value is 52 (20.70% from 255 or 14.90% from 349); Blue value is 119 (46.88% from 255 or 34.10% from 349); Max value from RGB is 178 - color contains mainly: red. Hex color #B23477 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B23477 is #4DCB88. Grayscale: #616161. Windows color (decimal): -5098377 or 7812274. OLE color: 7812274.

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

Color convert

RGB 178 52 119 -
CMYK 0 0.71 0.33 0.30
HSL 328.1º 0.55% 0.45% -
HSV(B) 328.1º 0.71% 0.7% -
XYZ 22.92 13.25 18.8 -
YUV 97.31 140.24 185.55 -
System Red Green Blue C M Y K H S L
Decimal 178 52 119 0 0.71 0.33 0.30 328.1 0.55 0.45
Hex B2 34 77 0 47 21 1E 148 37 2D
Octal 262 64 167 0 107 41 36 510 67 55
Binary 10110010 110100 1110111 0 1000111 100001 11110 101001000 110111 101101

Color Harmonies of #B23477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23477

Black with #B23477

Text Example


Text Example

White with #B23477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23477; }

 p { color: rgb(178,52,119); }

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

background-color css

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

 a { background-color: rgb(178,52,119); }

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

border-color css

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

 span { border-color: rgb(178,52,119); }

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