Html Css Color HEX #B0266C Medium Red Violet

📋 copy color: '#B0266C'

red 176 ◦ green 38 ◦ blue 108

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

Shades of Medium Red Violet #B0266C

Tints of Medium Red Violet #B0266C

RGB

 RED value IS 176 (69.14% from 255) = 54.66%

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

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

R = 54.66%
G = 11.8%
B = 33.54%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.39

 K value IS 0.31

RGB Variations

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

Color information

#B0266C (or 0xB0266C) is known color: Medium Red Violet. HEX triplet: B0, 26 and 6C. RGB value is (176,38,108). Sum of RGB (Red+Green+Blue) = 176+38+108=322 (42% of max value = 765). Red value is 176 (69.14% from 255 or 54.66% from 322); Green value is 38 (15.23% from 255 or 11.80% from 322); Blue value is 108 (42.58% from 255 or 33.54% from 322); Max value from RGB is 176 - color contains mainly: red. Hex color #B0266C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0266C is #4FD993. Grayscale: #575757. Windows color (decimal): -5233044 or 7087792. OLE color: 7087792.

HSL color Cylindrical-coordinate representation of color #B0266C: hue angle of 329.57º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B0266C is Cyan = 0, Magento = 0.78, Yellow = 0.39 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 38 108 -
CMYK 0 0.78 0.39 0.31
HSL 329.57º 0.64% 0.42% -
HSV(B) 329.57º 0.78% 0.69% -
XYZ 21.3 11.7 15.32 -
YUV 87.24 139.72 191.31 -
System Red Green Blue C M Y K H S L
Decimal 176 38 108 0 0.78 0.39 0.31 329.57 0.64 0.42
Hex B0 26 6C 0 4E 27 1F 14A 40 2A
Octal 260 46 154 0 116 47 37 512 100 52
Binary 10110000 100110 1101100 0 1001110 100111 11111 101001010 1000000 101010

Color Harmonies of #B0266C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0266C

Black with #B0266C

Text Example


Text Example

White with #B0266C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0266C; }

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

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

background-color css

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

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

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

border-color css

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

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

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