Html Css Color HEX #B23D8C Medium Red Violet

📋 copy color: '#B23D8C'

red 178 ◦ green 61 ◦ blue 140

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

Shades of Medium Red Violet #B23D8C

Tints of Medium Red Violet #B23D8C

RGB

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

 GREEN value IS 61 (24.22% from 255) = 16.09%

 BLUE value IS 140 (55.08% from 255) = 36.94%

R = 46.97%
G = 16.09%
B = 36.94%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.21

 K value IS 0.30

RGB Variations

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

Color information

#B23D8C (or 0xB23D8C) is known color: Medium Red Violet. HEX triplet: B2, 3D and 8C. RGB value is (178,61,140). Sum of RGB (Red+Green+Blue) = 178+61+140=379 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.97% from 379); Green value is 61 (24.22% from 255 or 16.09% from 379); Blue value is 140 (55.08% from 255 or 36.94% from 379); Max value from RGB is 178 - color contains mainly: red. Hex color #B23D8C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B23D8C is #4DC273. Grayscale: #686868. Windows color (decimal): -5096052 or 9190834. OLE color: 9190834.

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

Color convert

RGB 178 61 140 -
CMYK 0 0.66 0.21 0.30
HSL 319.49º 0.49% 0.47% -
HSV(B) 319.49º 0.66% 0.7% -
XYZ 24.76 14.7 26.34 -
YUV 104.99 147.76 180.08 -
System Red Green Blue C M Y K H S L
Decimal 178 61 140 0 0.66 0.21 0.30 319.49 0.49 0.47
Hex B2 3D 8C 0 42 15 1E 13F 31 2F
Octal 262 75 214 0 102 25 36 477 61 57
Binary 10110010 111101 10001100 0 1000010 10101 11110 100111111 110001 101111

Color Harmonies of #B23D8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23D8C

Black with #B23D8C

Text Example


Text Example

White with #B23D8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23D8C; }

 p { color: rgb(178,61,140); }

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

background-color css

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

 a { background-color: rgb(178,61,140); }

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

border-color css

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

 span { border-color: rgb(178,61,140); }

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