Html Css Color HEX #B23978 Medium Red Violet

📋 copy color: '#B23978'

red 178 ◦ green 57 ◦ blue 120

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

Shades of Medium Red Violet #B23978

Tints of Medium Red Violet #B23978

RGB

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

 GREEN value IS 57 (22.66% from 255) = 16.06%

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

R = 50.14%
G = 16.06%
B = 33.8%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.33

 K value IS 0.30

RGB Variations

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

Color information

#B23978 (or 0xB23978) is known color: Medium Red Violet. HEX triplet: B2, 39 and 78. RGB value is (178,57,120). Sum of RGB (Red+Green+Blue) = 178+57+120=355 (47% of max value = 765). Red value is 178 (69.92% from 255 or 50.14% from 355); Green value is 57 (22.66% from 255 or 16.06% from 355); Blue value is 120 (47.27% from 255 or 33.80% from 355); Max value from RGB is 178 - color contains mainly: red. Hex color #B23978 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B23978 is #4DC687. Grayscale: #646464. Windows color (decimal): -5097096 or 7879090. OLE color: 7879090.

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

Color convert

RGB 178 57 120 -
CMYK 0 0.68 0.33 0.30
HSL 328.76º 0.51% 0.46% -
HSV(B) 328.76º 0.68% 0.7% -
XYZ 23.21 13.75 19.2 -
YUV 100.36 139.09 183.38 -
System Red Green Blue C M Y K H S L
Decimal 178 57 120 0 0.68 0.33 0.30 328.76 0.51 0.46
Hex B2 39 78 0 44 21 1E 149 33 2E
Octal 262 71 170 0 104 41 36 511 63 56
Binary 10110010 111001 1111000 0 1000100 100001 11110 101001001 110011 101110

Color Harmonies of #B23978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23978

Black with #B23978

Text Example


Text Example

White with #B23978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23978; }

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

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

background-color css

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

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

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

border-color css

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

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

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