Html Css Color HEX #B23BA1 Medium Red Violet

📋 copy color: '#B23BA1'

red 178 ◦ green 59 ◦ blue 161

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

Shades of Medium Red Violet #B23BA1

Tints of Medium Red Violet #B23BA1

RGB

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

 GREEN value IS 59 (23.44% from 255) = 14.82%

 BLUE value IS 161 (63.28% from 255) = 40.45%

R = 44.72%
G = 14.82%
B = 40.45%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.10

 K value IS 0.30

RGB Variations

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

Color information

#B23BA1 (or 0xB23BA1) is known color: Medium Red Violet. HEX triplet: B2, 3B and A1. RGB value is (178,59,161). Sum of RGB (Red+Green+Blue) = 178+59+161=398 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.72% from 398); Green value is 59 (23.44% from 255 or 14.82% from 398); Blue value is 161 (63.28% from 255 or 40.45% from 398); Max value from RGB is 178 - color contains mainly: red. Hex color #B23BA1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B23BA1 is #4DC45E. Grayscale: #696969. Windows color (decimal): -5096543 or 10566578. OLE color: 10566578.

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

Color convert

RGB 178 59 161 -
CMYK 0 0.67 0.10 0.30
HSL 308.57º 0.5% 0.46% -
HSV(B) 308.57º 0.67% 0.7% -
XYZ 26.36 15.17 35.26 -
YUV 106.21 158.92 179.21 -
System Red Green Blue C M Y K H S L
Decimal 178 59 161 0 0.67 0.10 0.30 308.57 0.5 0.46
Hex B2 3B A1 0 43 A 1E 135 32 2E
Octal 262 73 241 0 103 12 36 465 62 56
Binary 10110010 111011 10100001 0 1000011 1010 11110 100110101 110010 101110

Color Harmonies of #B23BA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23BA1

Black with #B23BA1

Text Example


Text Example

White with #B23BA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23BA1; }

 p { color: rgb(178,59,161); }

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

background-color css

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

 a { background-color: rgb(178,59,161); }

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

border-color css

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

 span { border-color: rgb(178,59,161); }

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