Html Css Color HEX #B23A93 Medium Red Violet

📋 copy color: '#B23A93'

red 178 ◦ green 58 ◦ blue 147

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

Shades of Medium Red Violet #B23A93

Tints of Medium Red Violet #B23A93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 38.38%

R = 46.48%
G = 15.14%
B = 38.38%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.17

 K value IS 0.30

RGB Variations

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

Color information

#B23A93 (or 0xB23A93) is known color: Medium Red Violet. HEX triplet: B2, 3A and 93. RGB value is (178,58,147). Sum of RGB (Red+Green+Blue) = 178+58+147=383 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.48% from 383); Green value is 58 (23.05% from 255 or 15.14% from 383); Blue value is 147 (57.81% from 255 or 38.38% from 383); Max value from RGB is 178 - color contains mainly: red. Hex color #B23A93 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B23A93 is #4DC56C. Grayscale: #676767. Windows color (decimal): -5096813 or 9648818. OLE color: 9648818.

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

Color convert

RGB 178 58 147 -
CMYK 0 0.67 0.17 0.30
HSL 315.5º 0.51% 0.46% -
HSV(B) 315.5º 0.67% 0.7% -
XYZ 25.14 14.6 29.1 -
YUV 104.03 152.26 180.76 -
System Red Green Blue C M Y K H S L
Decimal 178 58 147 0 0.67 0.17 0.30 315.5 0.51 0.46
Hex B2 3A 93 0 43 11 1E 13C 33 2E
Octal 262 72 223 0 103 21 36 474 63 56
Binary 10110010 111010 10010011 0 1000011 10001 11110 100111100 110011 101110

Color Harmonies of #B23A93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23A93

Black with #B23A93

Text Example


Text Example

White with #B23A93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23A93; }

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

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

background-color css

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

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

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

border-color css

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

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

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