Html Css Color HEX #B23D96 Medium Red Violet

📋 copy color: '#B23D96'

red 178 ◦ green 61 ◦ blue 150

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

Shades of Medium Red Violet #B23D96

Tints of Medium Red Violet #B23D96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 38.56%

R = 45.76%
G = 15.68%
B = 38.56%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.16

 K value IS 0.30

RGB Variations

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

Color information

#B23D96 (or 0xB23D96) is known color: Medium Red Violet. HEX triplet: B2, 3D and 96. RGB value is (178,61,150). Sum of RGB (Red+Green+Blue) = 178+61+150=389 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.76% from 389); Green value is 61 (24.22% from 255 or 15.68% from 389); Blue value is 150 (58.98% from 255 or 38.56% from 389); Max value from RGB is 178 - color contains mainly: red. Hex color #B23D96 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B23D96 is #4DC269. Grayscale: #696969. Windows color (decimal): -5096042 or 9846194. OLE color: 9846194.

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

Color convert

RGB 178 61 150 -
CMYK 0 0.66 0.16 0.30
HSL 314.36º 0.49% 0.47% -
HSV(B) 314.36º 0.66% 0.7% -
XYZ 25.53 15 30.4 -
YUV 106.13 152.76 179.26 -
System Red Green Blue C M Y K H S L
Decimal 178 61 150 0 0.66 0.16 0.30 314.36 0.49 0.47
Hex B2 3D 96 0 42 10 1E 13A 31 2F
Octal 262 75 226 0 102 20 36 472 61 57
Binary 10110010 111101 10010110 0 1000010 10000 11110 100111010 110001 101111

Color Harmonies of #B23D96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23D96

Black with #B23D96

Text Example


Text Example

White with #B23D96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23D96; }

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

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

background-color css

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

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

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

border-color css

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

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

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