Html Css Color HEX #B23F8D Medium Red Violet

📋 copy color: '#B23F8D'

red 178 ◦ green 63 ◦ blue 141

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

Shades of Medium Red Violet #B23F8D

Tints of Medium Red Violet #B23F8D

RGB

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

 GREEN value IS 63 (25% from 255) = 16.49%

 BLUE value IS 141 (55.47% from 255) = 36.91%

R = 46.6%
G = 16.49%
B = 36.91%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.21

 K value IS 0.30

RGB Variations

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

Color information

#B23F8D (or 0xB23F8D) is known color: Medium Red Violet. HEX triplet: B2, 3F and 8D. RGB value is (178,63,141). Sum of RGB (Red+Green+Blue) = 178+63+141=382 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.60% from 382); Green value is 63 (25% from 255 or 16.49% from 382); Blue value is 141 (55.47% from 255 or 36.91% from 382); Max value from RGB is 178 - color contains mainly: red. Hex color #B23F8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B23F8D is #4DC072. Grayscale: #6A6A6A. Windows color (decimal): -5095539 or 9256882. OLE color: 9256882.

HSL color Cylindrical-coordinate representation of color #B23F8D: hue angle of 319.3º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B23F8D is Cyan = 0, Magento = 0.65, Yellow = 0.21 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 63 141 -
CMYK 0 0.65 0.21 0.30
HSL 319.3º 0.48% 0.47% -
HSV(B) 319.3º 0.65% 0.7% -
XYZ 24.95 14.94 26.77 -
YUV 106.28 147.6 179.16 -
System Red Green Blue C M Y K H S L
Decimal 178 63 141 0 0.65 0.21 0.30 319.3 0.48 0.47
Hex B2 3F 8D 0 41 15 1E 13F 30 2F
Octal 262 77 215 0 101 25 36 477 60 57
Binary 10110010 111111 10001101 0 1000001 10101 11110 100111111 110000 101111

Color Harmonies of #B23F8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23F8D

Black with #B23F8D

Text Example


Text Example

White with #B23F8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23F8D; }

 p { color: rgb(178,63,141); }

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

background-color css

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

 a { background-color: rgb(178,63,141); }

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

border-color css

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

 span { border-color: rgb(178,63,141); }

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