Html Css Color HEX #B4266C Medium Red Violet

📋 copy color: '#B4266C'

red 180 ◦ green 38 ◦ blue 108

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

Shades of Medium Red Violet #B4266C

Tints of Medium Red Violet #B4266C

RGB

 RED value IS 180 (70.7% from 255) = 55.21%

 GREEN value IS 38 (15.23% from 255) = 11.66%

 BLUE value IS 108 (42.58% from 255) = 33.13%

R = 55.21%
G = 11.66%
B = 33.13%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.40

 K value IS 0.29

RGB Variations

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

Color information

#B4266C (or 0xB4266C) is known color: Medium Red Violet. HEX triplet: B4, 26 and 6C. RGB value is (180,38,108). Sum of RGB (Red+Green+Blue) = 180+38+108=326 (43% of max value = 765). Red value is 180 (70.70% from 255 or 55.21% from 326); Green value is 38 (15.23% from 255 or 11.66% from 326); Blue value is 108 (42.58% from 255 or 33.13% from 326); Max value from RGB is 180 - color contains mainly: red. Hex color #B4266C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B4266C is #4BD993. Grayscale: #585858. Windows color (decimal): -4970900 or 7087796. OLE color: 7087796.

HSL color Cylindrical-coordinate representation of color #B4266C: hue angle of 330.42º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B4266C is Cyan = 0, Magento = 0.79, Yellow = 0.40 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 38 108 -
CMYK 0 0.79 0.40 0.29
HSL 330.42º 0.65% 0.43% -
HSV(B) 330.42º 0.79% 0.71% -
XYZ 22.22 12.17 15.37 -
YUV 88.44 139.04 193.31 -
System Red Green Blue C M Y K H S L
Decimal 180 38 108 0 0.79 0.40 0.29 330.42 0.65 0.43
Hex B4 26 6C 0 4F 28 1D 14A 41 2B
Octal 264 46 154 0 117 50 35 512 101 53
Binary 10110100 100110 1101100 0 1001111 101000 11101 101001010 1000001 101011

Color Harmonies of #B4266C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4266C

Black with #B4266C

Text Example


Text Example

White with #B4266C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4266C; }

 p { color: rgb(180,38,108); }

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

background-color css

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

 a { background-color: rgb(180,38,108); }

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

border-color css

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

 span { border-color: rgb(180,38,108); }

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