Html Css Color HEX #B23A96 Medium Red Violet

📋 copy color: '#B23A96'

red 178 ◦ green 58 ◦ blue 150

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

Shades of Medium Red Violet #B23A96

Tints of Medium Red Violet #B23A96

RGB

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

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

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

R = 46.11%
G = 15.03%
B = 38.86%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.16

 K value IS 0.30

RGB Variations

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

Color information

#B23A96 (or 0xB23A96) is known color: Medium Red Violet. HEX triplet: B2, 3A and 96. RGB value is (178,58,150). Sum of RGB (Red+Green+Blue) = 178+58+150=386 (51% of max value = 765). Red value is 178 (69.92% from 255 or 46.11% from 386); Green value is 58 (23.05% from 255 or 15.03% from 386); Blue value is 150 (58.98% from 255 or 38.86% from 386); Max value from RGB is 178 - color contains mainly: red. Hex color #B23A96 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B23A96 is #4DC569. Grayscale: #686868. Windows color (decimal): -5096810 or 9845426. OLE color: 9845426.

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

Color convert

RGB 178 58 150 -
CMYK 0 0.67 0.16 0.30
HSL 314º 0.51% 0.46% -
HSV(B) 314º 0.67% 0.7% -
XYZ 25.38 14.69 30.35 -
YUV 104.37 153.76 180.52 -
System Red Green Blue C M Y K H S L
Decimal 178 58 150 0 0.67 0.16 0.30 314 0.51 0.46
Hex B2 3A 96 0 43 10 1E 13A 33 2E
Octal 262 72 226 0 103 20 36 472 63 56
Binary 10110010 111010 10010110 0 1000011 10000 11110 100111010 110011 101110

Color Harmonies of #B23A96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23A96

Black with #B23A96

Text Example


Text Example

White with #B23A96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23A96; }

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

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

background-color css

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

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

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

border-color css

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

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

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