Html Css Color HEX #B6269D Medium Red Violet

📋 copy color: '#B6269D'

red 182 ◦ green 38 ◦ blue 157

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

Shades of Medium Red Violet #B6269D

Tints of Medium Red Violet #B6269D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 41.64%

R = 48.28%
G = 10.08%
B = 41.64%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.14

 K value IS 0.29

RGB Variations

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

Color information

#B6269D (or 0xB6269D) is known color: Medium Red Violet. HEX triplet: B6, 26 and 9D. RGB value is (182,38,157). Sum of RGB (Red+Green+Blue) = 182+38+157=377 (49% of max value = 765). Red value is 182 (71.48% from 255 or 48.28% from 377); Green value is 38 (15.23% from 255 or 10.08% from 377); Blue value is 157 (61.72% from 255 or 41.64% from 377); Max value from RGB is 182 - color contains mainly: red. Hex color #B6269D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B6269D is #49D962. Grayscale: #5E5E5E. Windows color (decimal): -4839779 or 10299062. OLE color: 10299062.

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

Color convert

RGB 182 38 157 -
CMYK 0 0.79 0.14 0.29
HSL 310.42º 0.65% 0.43% -
HSV(B) 310.42º 0.79% 0.71% -
XYZ 26.07 13.77 33.18 -
YUV 94.62 163.21 190.32 -
System Red Green Blue C M Y K H S L
Decimal 182 38 157 0 0.79 0.14 0.29 310.42 0.65 0.43
Hex B6 26 9D 0 4F E 1D 136 41 2B
Octal 266 46 235 0 117 16 35 466 101 53
Binary 10110110 100110 10011101 0 1001111 1110 11101 100110110 1000001 101011

Color Harmonies of #B6269D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6269D

Black with #B6269D

Text Example


Text Example

White with #B6269D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6269D; }

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

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

background-color css

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

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

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

border-color css

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

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

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