Html Css Color HEX #B23488 Medium Red Violet

📋 copy color: '#B23488'

red 178 ◦ green 52 ◦ blue 136

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

Shades of Medium Red Violet #B23488

Tints of Medium Red Violet #B23488

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.21%

 BLUE value IS 136 (53.52% from 255) = 37.16%

R = 48.63%
G = 14.21%
B = 37.16%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.24

 K value IS 0.30

RGB Variations

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

Color information

#B23488 (or 0xB23488) is known color: Medium Red Violet. HEX triplet: B2, 34 and 88. RGB value is (178,52,136). Sum of RGB (Red+Green+Blue) = 178+52+136=366 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.63% from 366); Green value is 52 (20.70% from 255 or 14.21% from 366); Blue value is 136 (53.52% from 255 or 37.16% from 366); Max value from RGB is 178 - color contains mainly: red. Hex color #B23488 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B23488 is #4DCB77. Grayscale: #636363. Windows color (decimal): -5098360 or 8926386. OLE color: 8926386.

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

Color convert

RGB 178 52 136 -
CMYK 0 0.71 0.24 0.30
HSL 320º 0.55% 0.45% -
HSV(B) 320º 0.71% 0.7% -
XYZ 24.03 13.7 24.67 -
YUV 99.25 148.74 184.17 -
System Red Green Blue C M Y K H S L
Decimal 178 52 136 0 0.71 0.24 0.30 320 0.55 0.45
Hex B2 34 88 0 47 18 1E 140 37 2D
Octal 262 64 210 0 107 30 36 500 67 55
Binary 10110010 110100 10001000 0 1000111 11000 11110 101000000 110111 101101

Color Harmonies of #B23488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23488

Black with #B23488

Text Example


Text Example

White with #B23488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23488; }

 p { color: rgb(178,52,136); }

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

background-color css

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

 a { background-color: rgb(178,52,136); }

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

border-color css

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

 span { border-color: rgb(178,52,136); }

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