Html Css Color HEX #B23A7D Medium Red Violet

📋 copy color: '#B23A7D'

red 178 ◦ green 58 ◦ blue 125

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

Shades of Medium Red Violet #B23A7D

Tints of Medium Red Violet #B23A7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 34.63%

R = 49.31%
G = 16.07%
B = 34.63%

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

#B23A7D (or 0xB23A7D) is known color: Medium Red Violet. HEX triplet: B2, 3A and 7D. RGB value is (178,58,125). Sum of RGB (Red+Green+Blue) = 178+58+125=361 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.31% from 361); Green value is 58 (23.05% from 255 or 16.07% from 361); Blue value is 125 (49.22% from 255 or 34.63% from 361); Max value from RGB is 178 - color contains mainly: red. Hex color #B23A7D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B23A7D is #4DC582. Grayscale: #656565. Windows color (decimal): -5096835 or 8207026. OLE color: 8207026.

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

Color convert

RGB 178 58 125 -
CMYK 0 0.67 0.30 0.30
HSL 326.5º 0.51% 0.46% -
HSV(B) 326.5º 0.67% 0.7% -
XYZ 23.57 13.97 20.86 -
YUV 101.52 141.26 182.55 -
System Red Green Blue C M Y K H S L
Decimal 178 58 125 0 0.67 0.30 0.30 326.5 0.51 0.46
Hex B2 3A 7D 0 43 1E 1E 146 33 2E
Octal 262 72 175 0 103 36 36 506 63 56
Binary 10110010 111010 1111101 0 1000011 11110 11110 101000110 110011 101110

Color Harmonies of #B23A7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23A7D

Black with #B23A7D

Text Example


Text Example

White with #B23A7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23A7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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