Html Css Color HEX #B23485 Medium Red Violet

📋 copy color: '#B23485'

red 178 ◦ green 52 ◦ blue 133

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

Shades of Medium Red Violet #B23485

Tints of Medium Red Violet #B23485

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 36.64%

R = 49.04%
G = 14.33%
B = 36.64%

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

#B23485 (or 0xB23485) is known color: Medium Red Violet. HEX triplet: B2, 34 and 85. RGB value is (178,52,133). Sum of RGB (Red+Green+Blue) = 178+52+133=363 (48% of max value = 765). Red value is 178 (69.92% from 255 or 49.04% from 363); Green value is 52 (20.70% from 255 or 14.33% from 363); Blue value is 133 (52.34% from 255 or 36.64% from 363); Max value from RGB is 178 - color contains mainly: red. Hex color #B23485 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B23485 is #4DCB7A. Grayscale: #626262. Windows color (decimal): -5098363 or 8729778. OLE color: 8729778.

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

Color convert

RGB 178 52 133 -
CMYK 0 0.71 0.25 0.30
HSL 321.43º 0.55% 0.45% -
HSV(B) 321.43º 0.71% 0.7% -
XYZ 23.82 13.61 23.56 -
YUV 98.91 147.24 184.41 -
System Red Green Blue C M Y K H S L
Decimal 178 52 133 0 0.71 0.25 0.30 321.43 0.55 0.45
Hex B2 34 85 0 47 19 1E 141 37 2D
Octal 262 64 205 0 107 31 36 501 67 55
Binary 10110010 110100 10000101 0 1000111 11001 11110 101000001 110111 101101

Color Harmonies of #B23485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23485

Black with #B23485

Text Example


Text Example

White with #B23485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23485; }

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

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

background-color css

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

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

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

border-color css

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

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

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