Html Css Color HEX #B23299 Medium Red Violet

📋 copy color: '#B23299'

red 178 ◦ green 50 ◦ blue 153

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

Shades of Medium Red Violet #B23299

Tints of Medium Red Violet #B23299

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.12%

 BLUE value IS 153 (60.16% from 255) = 40.16%

R = 46.72%
G = 13.12%
B = 40.16%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.14

 K value IS 0.30

RGB Variations

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

Color information

#B23299 (or 0xB23299) is known color: Medium Red Violet. HEX triplet: B2, 32 and 99. RGB value is (178,50,153). Sum of RGB (Red+Green+Blue) = 178+50+153=381 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.72% from 381); Green value is 50 (19.92% from 255 or 13.12% from 381); Blue value is 153 (60.16% from 255 or 40.16% from 381); Max value from RGB is 178 - color contains mainly: red. Hex color #B23299 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B23299 is #4DCD66. Grayscale: #636363. Windows color (decimal): -5098855 or 10039986. OLE color: 10039986.

HSL color Cylindrical-coordinate representation of color #B23299: hue angle of 311.72º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B23299 is Cyan = 0, Magento = 0.72, Yellow = 0.14 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 50 153 -
CMYK 0 0.72 0.14 0.30
HSL 311.72º 0.56% 0.45% -
HSV(B) 311.72º 0.72% 0.7% -
XYZ 25.25 14.05 31.52 -
YUV 100.01 157.91 183.62 -
System Red Green Blue C M Y K H S L
Decimal 178 50 153 0 0.72 0.14 0.30 311.72 0.56 0.45
Hex B2 32 99 0 48 E 1E 138 38 2D
Octal 262 62 231 0 110 16 36 470 70 55
Binary 10110010 110010 10011001 0 1001000 1110 11110 100111000 111000 101101

Color Harmonies of #B23299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23299

Black with #B23299

Text Example


Text Example

White with #B23299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23299; }

 p { color: rgb(178,50,153); }

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

background-color css

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

 a { background-color: rgb(178,50,153); }

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

border-color css

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

 span { border-color: rgb(178,50,153); }

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