Html Css Color HEX #B23686 Medium Red Violet

📋 copy color: '#B23686'

red 178 ◦ green 54 ◦ blue 134

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

Shades of Medium Red Violet #B23686

Tints of Medium Red Violet #B23686

RGB

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

 GREEN value IS 54 (21.48% from 255) = 14.75%

 BLUE value IS 134 (52.73% from 255) = 36.61%

R = 48.63%
G = 14.75%
B = 36.61%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.25

 K value IS 0.30

RGB Variations

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

Color information

#B23686 (or 0xB23686) is known color: Medium Red Violet. HEX triplet: B2, 36 and 86. RGB value is (178,54,134). Sum of RGB (Red+Green+Blue) = 178+54+134=366 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.63% from 366); Green value is 54 (21.48% from 255 or 14.75% from 366); Blue value is 134 (52.73% from 255 or 36.61% from 366); Max value from RGB is 178 - color contains mainly: red. Hex color #B23686 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B23686 is #4DC979. Grayscale: #636363. Windows color (decimal): -5097850 or 8795826. OLE color: 8795826.

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

Color convert

RGB 178 54 134 -
CMYK 0 0.70 0.25 0.30
HSL 321.29º 0.53% 0.45% -
HSV(B) 321.29º 0.7% 0.7% -
XYZ 23.98 13.82 23.96 -
YUV 100.2 147.08 183.5 -
System Red Green Blue C M Y K H S L
Decimal 178 54 134 0 0.70 0.25 0.30 321.29 0.53 0.45
Hex B2 36 86 0 46 19 1E 141 35 2D
Octal 262 66 206 0 106 31 36 501 65 55
Binary 10110010 110110 10000110 0 1000110 11001 11110 101000001 110101 101101

Color Harmonies of #B23686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23686

Black with #B23686

Text Example


Text Example

White with #B23686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23686; }

 p { color: rgb(178,54,134); }

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

background-color css

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

 a { background-color: rgb(178,54,134); }

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

border-color css

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

 span { border-color: rgb(178,54,134); }

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