Html Css Color HEX #B23486 Medium Red Violet

📋 copy color: '#B23486'

red 178 ◦ green 52 ◦ blue 134

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

Shades of Medium Red Violet #B23486

Tints of Medium Red Violet #B23486

RGB

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

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

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

R = 48.9%
G = 14.29%
B = 36.81%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.25

 K value IS 0.30

RGB Variations

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

Color information

#B23486 (or 0xB23486) is known color: Medium Red Violet. HEX triplet: B2, 34 and 86. RGB value is (178,52,134). Sum of RGB (Red+Green+Blue) = 178+52+134=364 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.90% from 364); Green value is 52 (20.70% from 255 or 14.29% from 364); Blue value is 134 (52.73% from 255 or 36.81% from 364); Max value from RGB is 178 - color contains mainly: red. Hex color #B23486 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B23486 is #4DCB79. Grayscale: #626262. Windows color (decimal): -5098362 or 8795314. OLE color: 8795314.

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

Color convert

RGB 178 52 134 -
CMYK 0 0.71 0.25 0.30
HSL 320.95º 0.55% 0.45% -
HSV(B) 320.95º 0.71% 0.7% -
XYZ 23.89 13.64 23.93 -
YUV 99.02 147.74 184.33 -
System Red Green Blue C M Y K H S L
Decimal 178 52 134 0 0.71 0.25 0.30 320.95 0.55 0.45
Hex B2 34 86 0 47 19 1E 141 37 2D
Octal 262 64 206 0 107 31 36 501 67 55
Binary 10110010 110100 10000110 0 1000111 11001 11110 101000001 110111 101101

Color Harmonies of #B23486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23486

Black with #B23486

Text Example


Text Example

White with #B23486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23486; }

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

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

background-color css

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

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

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

border-color css

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

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

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