Html Css Color HEX #B23075 Medium Red Violet

📋 copy color: '#B23075'

red 178 ◦ green 48 ◦ blue 117

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

Shades of Medium Red Violet #B23075

Tints of Medium Red Violet #B23075

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.99%

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

R = 51.9%
G = 13.99%
B = 34.11%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.34

 K value IS 0.30

RGB Variations

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

Color information

#B23075 (or 0xB23075) is known color: Medium Red Violet. HEX triplet: B2, 30 and 75. RGB value is (178,48,117). Sum of RGB (Red+Green+Blue) = 178+48+117=343 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.90% from 343); Green value is 48 (19.14% from 255 or 13.99% from 343); Blue value is 117 (46.09% from 255 or 34.11% from 343); Max value from RGB is 178 - color contains mainly: red. Hex color #B23075 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B23075 is #4DCF8A. Grayscale: #5E5E5E. Windows color (decimal): -5099403 or 7680178. OLE color: 7680178.

HSL color Cylindrical-coordinate representation of color #B23075: hue angle of 328.15º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B23075 is Cyan = 0, Magento = 0.73, Yellow = 0.34 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 48 117 -
CMYK 0 0.73 0.34 0.30
HSL 328.15º 0.58% 0.44% -
HSV(B) 328.15º 0.73% 0.7% -
XYZ 22.63 12.86 18.12 -
YUV 94.74 140.57 187.39 -
System Red Green Blue C M Y K H S L
Decimal 178 48 117 0 0.73 0.34 0.30 328.15 0.58 0.44
Hex B2 30 75 0 49 22 1E 148 3A 2C
Octal 262 60 165 0 111 42 36 510 72 54
Binary 10110010 110000 1110101 0 1001001 100010 11110 101001000 111010 101100

Color Harmonies of #B23075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23075

Black with #B23075

Text Example


Text Example

White with #B23075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23075; }

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

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

background-color css

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

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

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

border-color css

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

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

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