Html Css Color HEX #B6266D Medium Red Violet

📋 copy color: '#B6266D'

red 182 ◦ green 38 ◦ blue 109

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

Shades of Medium Red Violet #B6266D

Tints of Medium Red Violet #B6266D

RGB

 RED value IS 182 (71.48% from 255) = 55.32%

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

 BLUE value IS 109 (42.97% from 255) = 33.13%

R = 55.32%
G = 11.55%
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

#B6266D (or 0xB6266D) is known color: Medium Red Violet. HEX triplet: B6, 26 and 6D. RGB value is (182,38,109). Sum of RGB (Red+Green+Blue) = 182+38+109=329 (43% of max value = 765). Red value is 182 (71.48% from 255 or 55.32% from 329); Green value is 38 (15.23% from 255 or 11.55% from 329); Blue value is 109 (42.97% from 255 or 33.13% from 329); Max value from RGB is 182 - color contains mainly: red. Hex color #B6266D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B6266D is #49D992. Grayscale: #595959. Windows color (decimal): -4839827 or 7153334. OLE color: 7153334.

HSL color Cylindrical-coordinate representation of color #B6266D: 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 #B6266D is Cyan = 0, Magento = 0.79, Yellow = 0.40 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 38 109 -
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.74 12.44 15.67 -
YUV 89.15 139.21 194.23 -
System Red Green Blue C M Y K H S L
Decimal 182 38 109 0 0.79 0.40 0.29 330.42 0.65 0.43
Hex B6 26 6D 0 4F 28 1D 14A 41 2B
Octal 266 46 155 0 117 50 35 512 101 53
Binary 10110110 100110 1101101 0 1001111 101000 11101 101001010 1000001 101011

Color Harmonies of #B6266D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6266D

Black with #B6266D

Text Example


Text Example

White with #B6266D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6266D; }

 p { color: rgb(182,38,109); }

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

background-color css

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

 a { background-color: rgb(182,38,109); }

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

border-color css

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

 span { border-color: rgb(182,38,109); }

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