Html Css Color HEX #B23478 Medium Red Violet

📋 copy color: '#B23478'

red 178 ◦ green 52 ◦ blue 120

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

Shades of Medium Red Violet #B23478

Tints of Medium Red Violet #B23478

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 34.29%

R = 50.86%
G = 14.86%
B = 34.29%

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

#B23478 (or 0xB23478) is known color: Medium Red Violet. HEX triplet: B2, 34 and 78. RGB value is (178,52,120). Sum of RGB (Red+Green+Blue) = 178+52+120=350 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.86% from 350); Green value is 52 (20.70% from 255 or 14.86% from 350); Blue value is 120 (47.27% from 255 or 34.29% from 350); Max value from RGB is 178 - color contains mainly: red. Hex color #B23478 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B23478 is #4DCB87. Grayscale: #616161. Windows color (decimal): -5098376 or 7877810. OLE color: 7877810.

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

Color convert

RGB 178 52 120 -
CMYK 0 0.71 0.33 0.30
HSL 327.62º 0.55% 0.45% -
HSV(B) 327.62º 0.71% 0.7% -
XYZ 22.98 13.28 19.12 -
YUV 97.43 140.74 185.47 -
System Red Green Blue C M Y K H S L
Decimal 178 52 120 0 0.71 0.33 0.30 327.62 0.55 0.45
Hex B2 34 78 0 47 21 1E 148 37 2D
Octal 262 64 170 0 107 41 36 510 67 55
Binary 10110010 110100 1111000 0 1000111 100001 11110 101001000 110111 101101

Color Harmonies of #B23478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23478

Black with #B23478

Text Example


Text Example

White with #B23478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23478; }

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

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

background-color css

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

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

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

border-color css

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

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

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