Html Css Color HEX #B23278 Medium Red Violet

📋 copy color: '#B23278'

red 178 ◦ green 50 ◦ blue 120

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

Shades of Medium Red Violet #B23278

Tints of Medium Red Violet #B23278

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 34.48%

R = 51.15%
G = 14.37%
B = 34.48%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.33

 K value IS 0.30

RGB Variations

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

Color information

#B23278 (or 0xB23278) is known color: Medium Red Violet. HEX triplet: B2, 32 and 78. RGB value is (178,50,120). Sum of RGB (Red+Green+Blue) = 178+50+120=348 (46% of max value = 765). Red value is 178 (69.92% from 255 or 51.15% from 348); Green value is 50 (19.92% from 255 or 14.37% from 348); Blue value is 120 (47.27% from 255 or 34.48% from 348); Max value from RGB is 178 - color contains mainly: red. Hex color #B23278 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B23278 is #4DCD87. Grayscale: #606060. Windows color (decimal): -5098888 or 7877298. OLE color: 7877298.

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

Color convert

RGB 178 50 120 -
CMYK 0 0.72 0.33 0.30
HSL 327.19º 0.56% 0.45% -
HSV(B) 327.19º 0.72% 0.7% -
XYZ 22.89 13.1 19.09 -
YUV 96.25 141.41 186.31 -
System Red Green Blue C M Y K H S L
Decimal 178 50 120 0 0.72 0.33 0.30 327.19 0.56 0.45
Hex B2 32 78 0 48 21 1E 147 38 2D
Octal 262 62 170 0 110 41 36 507 70 55
Binary 10110010 110010 1111000 0 1001000 100001 11110 101000111 111000 101101

Color Harmonies of #B23278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23278

Black with #B23278

Text Example


Text Example

White with #B23278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23278; }

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

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

background-color css

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

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

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

border-color css

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

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

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