Html Css Color HEX #B23474 Medium Red Violet

📋 copy color: '#B23474'

red 178 ◦ green 52 ◦ blue 116

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

Shades of Medium Red Violet #B23474

Tints of Medium Red Violet #B23474

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 33.53%

R = 51.45%
G = 15.03%
B = 33.53%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.35

 K value IS 0.30

RGB Variations

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

Color information

#B23474 (or 0xB23474) is known color: Medium Red Violet. HEX triplet: B2, 34 and 74. RGB value is (178,52,116). Sum of RGB (Red+Green+Blue) = 178+52+116=346 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.45% from 346); Green value is 52 (20.70% from 255 or 15.03% from 346); Blue value is 116 (45.70% from 255 or 33.53% from 346); Max value from RGB is 178 - color contains mainly: red. Hex color #B23474 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B23474 is #4DCB8B. Grayscale: #606060. Windows color (decimal): -5098380 or 7615666. OLE color: 7615666.

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

Color convert

RGB 178 52 116 -
CMYK 0 0.71 0.35 0.30
HSL 329.52º 0.55% 0.45% -
HSV(B) 329.52º 0.71% 0.7% -
XYZ 22.74 13.18 17.87 -
YUV 96.97 138.74 185.8 -
System Red Green Blue C M Y K H S L
Decimal 178 52 116 0 0.71 0.35 0.30 329.52 0.55 0.45
Hex B2 34 74 0 47 23 1E 14A 37 2D
Octal 262 64 164 0 107 43 36 512 67 55
Binary 10110010 110100 1110100 0 1000111 100011 11110 101001010 110111 101101

Color Harmonies of #B23474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23474

Black with #B23474

Text Example


Text Example

White with #B23474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23474; }

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

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

background-color css

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

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

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

border-color css

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

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

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