Html Css Color HEX #B6229B Medium Red Violet

📋 copy color: '#B6229B'

red 182 ◦ green 34 ◦ blue 155

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

Shades of Medium Red Violet #B6229B

Tints of Medium Red Violet #B6229B

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.16%

 BLUE value IS 155 (60.94% from 255) = 41.78%

R = 49.06%
G = 9.16%
B = 41.78%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.15

 K value IS 0.29

RGB Variations

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

Color information

#B6229B (or 0xB6229B) is known color: Medium Red Violet. HEX triplet: B6, 22 and 9B. RGB value is (182,34,155). Sum of RGB (Red+Green+Blue) = 182+34+155=371 (49% of max value = 765). Red value is 182 (71.48% from 255 or 49.06% from 371); Green value is 34 (13.67% from 255 or 9.16% from 371); Blue value is 155 (60.94% from 255 or 41.78% from 371); Max value from RGB is 182 - color contains mainly: red. Hex color #B6229B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B6229B is #49DD64. Grayscale: #5B5B5B. Windows color (decimal): -4840805 or 10166966. OLE color: 10166966.

HSL color Cylindrical-coordinate representation of color #B6229B: hue angle of 310.95º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B6229B is Cyan = 0, Magento = 0.81, Yellow = 0.15 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 34 155 -
CMYK 0 0.81 0.15 0.29
HSL 310.95º 0.69% 0.42% -
HSV(B) 310.95º 0.81% 0.71% -
XYZ 25.78 13.46 32.25 -
YUV 92.05 163.53 192.16 -
System Red Green Blue C M Y K H S L
Decimal 182 34 155 0 0.81 0.15 0.29 310.95 0.69 0.42
Hex B6 22 9B 0 51 F 1D 137 45 2A
Octal 266 42 233 0 121 17 35 467 105 52
Binary 10110110 100010 10011011 0 1010001 1111 11101 100110111 1000101 101010

Color Harmonies of #B6229B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6229B

Black with #B6229B

Text Example


Text Example

White with #B6229B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6229B; }

 p { color: rgb(182,34,155); }

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

background-color css

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

 a { background-color: rgb(182,34,155); }

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

border-color css

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

 span { border-color: rgb(182,34,155); }

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