Html Css Color HEX #B6268D Medium Red Violet

📋 copy color: '#B6268D'

red 182 ◦ green 38 ◦ blue 141

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

Shades of Medium Red Violet #B6268D

Tints of Medium Red Violet #B6268D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 39.06%

R = 50.42%
G = 10.53%
B = 39.06%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.23

 K value IS 0.29

RGB Variations

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

Color information

#B6268D (or 0xB6268D) is known color: Medium Red Violet. HEX triplet: B6, 26 and 8D. RGB value is (182,38,141). Sum of RGB (Red+Green+Blue) = 182+38+141=361 (47% of max value = 765). Red value is 182 (71.48% from 255 or 50.42% from 361); Green value is 38 (15.23% from 255 or 10.53% from 361); Blue value is 141 (55.47% from 255 or 39.06% from 361); Max value from RGB is 182 - color contains mainly: red. Hex color #B6268D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B6268D is #49D972. Grayscale: #5C5C5C. Windows color (decimal): -4839795 or 9250486. OLE color: 9250486.

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

Color convert

RGB 182 38 141 -
CMYK 0 0.79 0.23 0.29
HSL 317.08º 0.65% 0.43% -
HSV(B) 317.08º 0.79% 0.71% -
XYZ 24.79 13.25 26.45 -
YUV 92.8 155.21 191.62 -
System Red Green Blue C M Y K H S L
Decimal 182 38 141 0 0.79 0.23 0.29 317.08 0.65 0.43
Hex B6 26 8D 0 4F 17 1D 13D 41 2B
Octal 266 46 215 0 117 27 35 475 101 53
Binary 10110110 100110 10001101 0 1001111 10111 11101 100111101 1000001 101011

Color Harmonies of #B6268D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6268D

Black with #B6268D

Text Example


Text Example

White with #B6268D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6268D; }

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

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

background-color css

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

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

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

border-color css

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

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

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