Html Css Color HEX #B23D9C Medium Red Violet

📋 copy color: '#B23D9C'

red 178 ◦ green 61 ◦ blue 156

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

Shades of Medium Red Violet #B23D9C

Tints of Medium Red Violet #B23D9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 39.49%

R = 45.06%
G = 15.44%
B = 39.49%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.12

 K value IS 0.30

RGB Variations

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

Color information

#B23D9C (or 0xB23D9C) is known color: Medium Red Violet. HEX triplet: B2, 3D and 9C. RGB value is (178,61,156). Sum of RGB (Red+Green+Blue) = 178+61+156=395 (52% of max value = 765). Red value is 178 (69.92% from 255 or 45.06% from 395); Green value is 61 (24.22% from 255 or 15.44% from 395); Blue value is 156 (61.33% from 255 or 39.49% from 395); Max value from RGB is 178 - color contains mainly: red. Hex color #B23D9C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B23D9C is #4DC263. Grayscale: #6A6A6A. Windows color (decimal): -5096036 or 10239410. OLE color: 10239410.

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

Color convert

RGB 178 61 156 -
CMYK 0 0.66 0.12 0.30
HSL 311.28º 0.49% 0.47% -
HSV(B) 311.28º 0.66% 0.7% -
XYZ 26.03 15.2 33.02 -
YUV 106.81 155.76 178.78 -
System Red Green Blue C M Y K H S L
Decimal 178 61 156 0 0.66 0.12 0.30 311.28 0.49 0.47
Hex B2 3D 9C 0 42 C 1E 137 31 2F
Octal 262 75 234 0 102 14 36 467 61 57
Binary 10110010 111101 10011100 0 1000010 1100 11110 100110111 110001 101111

Color Harmonies of #B23D9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23D9C

Black with #B23D9C

Text Example


Text Example

White with #B23D9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23D9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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