Html Css Color HEX #B23277 Medium Red Violet

📋 copy color: '#B23277'

red 178 ◦ green 50 ◦ blue 119

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

Shades of Medium Red Violet #B23277

Tints of Medium Red Violet #B23277

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 34.29%

R = 51.3%
G = 14.41%
B = 34.29%

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

#B23277 (or 0xB23277) is known color: Medium Red Violet. HEX triplet: B2, 32 and 77. RGB value is (178,50,119). Sum of RGB (Red+Green+Blue) = 178+50+119=347 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.30% from 347); Green value is 50 (19.92% from 255 or 14.41% from 347); Blue value is 119 (46.88% from 255 or 34.29% from 347); Max value from RGB is 178 - color contains mainly: red. Hex color #B23277 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B23277 is #4DCD88. Grayscale: #5F5F5F. Windows color (decimal): -5098889 or 7811762. OLE color: 7811762.

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

Color convert

RGB 178 50 119 -
CMYK 0 0.72 0.33 0.30
HSL 327.66º 0.56% 0.45% -
HSV(B) 327.66º 0.72% 0.7% -
XYZ 22.83 13.08 18.77 -
YUV 96.14 140.91 186.39 -
System Red Green Blue C M Y K H S L
Decimal 178 50 119 0 0.72 0.33 0.30 327.66 0.56 0.45
Hex B2 32 77 0 48 21 1E 148 38 2D
Octal 262 62 167 0 110 41 36 510 70 55
Binary 10110010 110010 1110111 0 1001000 100001 11110 101001000 111000 101101

Color Harmonies of #B23277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23277

Black with #B23277

Text Example


Text Example

White with #B23277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23277; }

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

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

background-color css

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

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

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

border-color css

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

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

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