Html Css Color HEX #B23A90 Medium Red Violet

📋 copy color: '#B23A90'

red 178 ◦ green 58 ◦ blue 144

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

Shades of Medium Red Violet #B23A90

Tints of Medium Red Violet #B23A90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 37.89%

R = 46.84%
G = 15.26%
B = 37.89%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.19

 K value IS 0.30

RGB Variations

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

Color information

#B23A90 (or 0xB23A90) is known color: Medium Red Violet. HEX triplet: B2, 3A and 90. RGB value is (178,58,144). Sum of RGB (Red+Green+Blue) = 178+58+144=380 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.84% from 380); Green value is 58 (23.05% from 255 or 15.26% from 380); Blue value is 144 (56.64% from 255 or 37.89% from 380); Max value from RGB is 178 - color contains mainly: red. Hex color #B23A90 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B23A90 is #4DC56F. Grayscale: #676767. Windows color (decimal): -5096816 or 9452210. OLE color: 9452210.

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

Color convert

RGB 178 58 144 -
CMYK 0 0.67 0.19 0.30
HSL 317º 0.51% 0.46% -
HSV(B) 317º 0.67% 0.7% -
XYZ 24.91 14.5 27.87 -
YUV 103.68 150.76 181.01 -
System Red Green Blue C M Y K H S L
Decimal 178 58 144 0 0.67 0.19 0.30 317 0.51 0.46
Hex B2 3A 90 0 43 13 1E 13D 33 2E
Octal 262 72 220 0 103 23 36 475 63 56
Binary 10110010 111010 10010000 0 1000011 10011 11110 100111101 110011 101110

Color Harmonies of #B23A90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23A90

Black with #B23A90

Text Example


Text Example

White with #B23A90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23A90; }

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

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

background-color css

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

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

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

border-color css

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

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

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