Html Css Color HEX #B23780 Medium Red Violet

📋 copy color: '#B23780'

red 178 ◦ green 55 ◦ blue 128

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

Shades of Medium Red Violet #B23780

Tints of Medium Red Violet #B23780

RGB

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

 GREEN value IS 55 (21.88% from 255) = 15.24%

 BLUE value IS 128 (50.39% from 255) = 35.46%

R = 49.31%
G = 15.24%
B = 35.46%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.28

 K value IS 0.30

RGB Variations

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

Color information

#B23780 (or 0xB23780) is known color: Medium Red Violet. HEX triplet: B2, 37 and 80. RGB value is (178,55,128). Sum of RGB (Red+Green+Blue) = 178+55+128=361 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.31% from 361); Green value is 55 (21.88% from 255 or 15.24% from 361); Blue value is 128 (50.39% from 255 or 35.46% from 361); Max value from RGB is 178 - color contains mainly: red. Hex color #B23780 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B23780 is #4DC87F. Grayscale: #636363. Windows color (decimal): -5097600 or 8402866. OLE color: 8402866.

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

Color convert

RGB 178 55 128 -
CMYK 0 0.69 0.28 0.30
HSL 324.39º 0.53% 0.46% -
HSV(B) 324.39º 0.69% 0.7% -
XYZ 23.62 13.76 21.83 -
YUV 100.1 143.75 183.56 -
System Red Green Blue C M Y K H S L
Decimal 178 55 128 0 0.69 0.28 0.30 324.39 0.53 0.46
Hex B2 37 80 0 45 1C 1E 144 35 2E
Octal 262 67 200 0 105 34 36 504 65 56
Binary 10110010 110111 10000000 0 1000101 11100 11110 101000100 110101 101110

Color Harmonies of #B23780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23780

Black with #B23780

Text Example


Text Example

White with #B23780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23780; }

 p { color: rgb(178,55,128); }

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

background-color css

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

 a { background-color: rgb(178,55,128); }

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

border-color css

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

 span { border-color: rgb(178,55,128); }

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