Html Css Color HEX #B23A7C Medium Red Violet

📋 copy color: '#B23A7C'

red 178 ◦ green 58 ◦ blue 124

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

Shades of Medium Red Violet #B23A7C

Tints of Medium Red Violet #B23A7C

RGB

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

 GREEN value IS 58 (23.05% from 255) = 16.11%

 BLUE value IS 124 (48.83% from 255) = 34.44%

R = 49.44%
G = 16.11%
B = 34.44%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.30

 K value IS 0.30

RGB Variations

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

Color information

#B23A7C (or 0xB23A7C) is known color: Medium Red Violet. HEX triplet: B2, 3A and 7C. RGB value is (178,58,124). Sum of RGB (Red+Green+Blue) = 178+58+124=360 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.44% from 360); Green value is 58 (23.05% from 255 or 16.11% from 360); Blue value is 124 (48.83% from 255 or 34.44% from 360); Max value from RGB is 178 - color contains mainly: red. Hex color #B23A7C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B23A7C is #4DC583. Grayscale: #656565. Windows color (decimal): -5096836 or 8141490. OLE color: 8141490.

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

Color convert

RGB 178 58 124 -
CMYK 0 0.67 0.30 0.30
HSL 327º 0.51% 0.46% -
HSV(B) 327º 0.67% 0.7% -
XYZ 23.51 13.95 20.52 -
YUV 101.4 140.76 182.63 -
System Red Green Blue C M Y K H S L
Decimal 178 58 124 0 0.67 0.30 0.30 327 0.51 0.46
Hex B2 3A 7C 0 43 1E 1E 147 33 2E
Octal 262 72 174 0 103 36 36 507 63 56
Binary 10110010 111010 1111100 0 1000011 11110 11110 101000111 110011 101110

Color Harmonies of #B23A7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23A7C

Black with #B23A7C

Text Example


Text Example

White with #B23A7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23A7C; }

 p { color: rgb(178,58,124); }

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

background-color css

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

 a { background-color: rgb(178,58,124); }

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

border-color css

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

 span { border-color: rgb(178,58,124); }

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