Html Css Color HEX #B23275 Medium Red Violet

📋 copy color: '#B23275'

red 178 ◦ green 50 ◦ blue 117

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

Shades of Medium Red Violet #B23275

Tints of Medium Red Violet #B23275

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 33.91%

R = 51.59%
G = 14.49%
B = 33.91%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.34

 K value IS 0.30

RGB Variations

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

Color information

#B23275 (or 0xB23275) is known color: Medium Red Violet. HEX triplet: B2, 32 and 75. RGB value is (178,50,117). Sum of RGB (Red+Green+Blue) = 178+50+117=345 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.59% from 345); Green value is 50 (19.92% from 255 or 14.49% from 345); Blue value is 117 (46.09% from 255 or 33.91% from 345); Max value from RGB is 178 - color contains mainly: red. Hex color #B23275 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B23275 is #4DCD8A. Grayscale: #5F5F5F. Windows color (decimal): -5098891 or 7680690. OLE color: 7680690.

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

Color convert

RGB 178 50 117 -
CMYK 0 0.72 0.34 0.30
HSL 328.59º 0.56% 0.45% -
HSV(B) 328.59º 0.72% 0.7% -
XYZ 22.71 13.03 18.15 -
YUV 95.91 139.91 186.55 -
System Red Green Blue C M Y K H S L
Decimal 178 50 117 0 0.72 0.34 0.30 328.59 0.56 0.45
Hex B2 32 75 0 48 22 1E 149 38 2D
Octal 262 62 165 0 110 42 36 511 70 55
Binary 10110010 110010 1110101 0 1001000 100010 11110 101001001 111000 101101

Color Harmonies of #B23275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23275

Black with #B23275

Text Example


Text Example

White with #B23275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23275; }

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

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

background-color css

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

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

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

border-color css

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

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

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