Html Css Color HEX #B23072 Medium Red Violet

📋 copy color: '#B23072'

red 178 ◦ green 48 ◦ blue 114

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

Shades of Medium Red Violet #B23072

Tints of Medium Red Violet #B23072

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.12%

 BLUE value IS 114 (44.92% from 255) = 33.53%

R = 52.35%
G = 14.12%
B = 33.53%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.36

 K value IS 0.30

RGB Variations

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

Color information

#B23072 (or 0xB23072) is known color: Medium Red Violet. HEX triplet: B2, 30 and 72. RGB value is (178,48,114). Sum of RGB (Red+Green+Blue) = 178+48+114=340 (45% of max value = 765). Red value is 178 (69.92% from 255 or 52.35% from 340); Green value is 48 (19.14% from 255 or 14.12% from 340); Blue value is 114 (44.92% from 255 or 33.53% from 340); Max value from RGB is 178 - color contains mainly: red. Hex color #B23072 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B23072 is #4DCF8D. Grayscale: #5E5E5E. Windows color (decimal): -5099406 or 7483570. OLE color: 7483570.

HSL color Cylindrical-coordinate representation of color #B23072: hue angle of 329.54º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B23072 is Cyan = 0, Magento = 0.73, Yellow = 0.36 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 48 114 -
CMYK 0 0.73 0.36 0.30
HSL 329.54º 0.58% 0.44% -
HSV(B) 329.54º 0.73% 0.7% -
XYZ 22.45 12.79 17.21 -
YUV 94.39 139.07 187.63 -
System Red Green Blue C M Y K H S L
Decimal 178 48 114 0 0.73 0.36 0.30 329.54 0.58 0.44
Hex B2 30 72 0 49 24 1E 14A 3A 2C
Octal 262 60 162 0 111 44 36 512 72 54
Binary 10110010 110000 1110010 0 1001001 100100 11110 101001010 111010 101100

Color Harmonies of #B23072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23072

Black with #B23072

Text Example


Text Example

White with #B23072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23072; }

 p { color: rgb(178,48,114); }

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

background-color css

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

 a { background-color: rgb(178,48,114); }

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

border-color css

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

 span { border-color: rgb(178,48,114); }

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