Html Css Color HEX #B6268A Medium Red Violet

📋 copy color: '#B6268A'

red 182 ◦ green 38 ◦ blue 138

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

Shades of Medium Red Violet #B6268A

Tints of Medium Red Violet #B6268A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 38.55%

R = 50.84%
G = 10.61%
B = 38.55%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.24

 K value IS 0.29

RGB Variations

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

Color information

#B6268A (or 0xB6268A) is known color: Medium Red Violet. HEX triplet: B6, 26 and 8A. RGB value is (182,38,138). Sum of RGB (Red+Green+Blue) = 182+38+138=358 (47% of max value = 765). Red value is 182 (71.48% from 255 or 50.84% from 358); Green value is 38 (15.23% from 255 or 10.61% from 358); Blue value is 138 (54.30% from 255 or 38.55% from 358); Max value from RGB is 182 - color contains mainly: red. Hex color #B6268A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B6268A is #49D975. Grayscale: #5C5C5C. Windows color (decimal): -4839798 or 9053878. OLE color: 9053878.

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

Color convert

RGB 182 38 138 -
CMYK 0 0.79 0.24 0.29
HSL 318.33º 0.65% 0.43% -
HSV(B) 318.33º 0.79% 0.71% -
XYZ 24.57 13.17 25.29 -
YUV 92.46 153.71 191.87 -
System Red Green Blue C M Y K H S L
Decimal 182 38 138 0 0.79 0.24 0.29 318.33 0.65 0.43
Hex B6 26 8A 0 4F 18 1D 13E 41 2B
Octal 266 46 212 0 117 30 35 476 101 53
Binary 10110110 100110 10001010 0 1001111 11000 11101 100111110 1000001 101011

Color Harmonies of #B6268A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6268A

Black with #B6268A

Text Example


Text Example

White with #B6268A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6268A; }

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

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

background-color css

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

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

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

border-color css

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

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

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