Html Css Color HEX #B23476 Medium Red Violet

📋 copy color: '#B23476'

red 178 ◦ green 52 ◦ blue 118

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

Shades of Medium Red Violet #B23476

Tints of Medium Red Violet #B23476

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 33.91%

R = 51.15%
G = 14.94%
B = 33.91%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.34

 K value IS 0.30

RGB Variations

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

Color information

#B23476 (or 0xB23476) is known color: Medium Red Violet. HEX triplet: B2, 34 and 76. RGB value is (178,52,118). Sum of RGB (Red+Green+Blue) = 178+52+118=348 (46% of max value = 765). Red value is 178 (69.92% from 255 or 51.15% from 348); Green value is 52 (20.70% from 255 or 14.94% from 348); Blue value is 118 (46.48% from 255 or 33.91% from 348); Max value from RGB is 178 - color contains mainly: red. Hex color #B23476 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B23476 is #4DCB89. Grayscale: #616161. Windows color (decimal): -5098378 or 7746738. OLE color: 7746738.

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

Color convert

RGB 178 52 118 -
CMYK 0 0.71 0.34 0.30
HSL 328.57º 0.55% 0.45% -
HSV(B) 328.57º 0.71% 0.7% -
XYZ 22.86 13.23 18.49 -
YUV 97.2 139.74 185.63 -
System Red Green Blue C M Y K H S L
Decimal 178 52 118 0 0.71 0.34 0.30 328.57 0.55 0.45
Hex B2 34 76 0 47 22 1E 149 37 2D
Octal 262 64 166 0 107 42 36 511 67 55
Binary 10110010 110100 1110110 0 1000111 100010 11110 101001001 110111 101101

Color Harmonies of #B23476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23476

Black with #B23476

Text Example


Text Example

White with #B23476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23476; }

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

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

background-color css

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

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

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

border-color css

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

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

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