Html Css Color HEX #B7256A Medium Red Violet

📋 copy color: '#B7256A'

red 183 ◦ green 37 ◦ blue 106

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

Shades of Medium Red Violet #B7256A

Tints of Medium Red Violet #B7256A

RGB

 RED value IS 183 (71.88% from 255) = 56.13%

 GREEN value IS 37 (14.84% from 255) = 11.35%

 BLUE value IS 106 (41.8% from 255) = 32.52%

R = 56.13%
G = 11.35%
B = 32.52%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.42

 K value IS 0.28

RGB Variations

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

Color information

#B7256A (or 0xB7256A) is known color: Medium Red Violet. HEX triplet: B7, 25 and 6A. RGB value is (183,37,106). Sum of RGB (Red+Green+Blue) = 183+37+106=326 (43% of max value = 765). Red value is 183 (71.88% from 255 or 56.13% from 326); Green value is 37 (14.84% from 255 or 11.35% from 326); Blue value is 106 (41.80% from 255 or 32.52% from 326); Max value from RGB is 183 - color contains mainly: red. Hex color #B7256A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7256A is #48DA95. Grayscale: #585858. Windows color (decimal): -4774550 or 6956471. OLE color: 6956471.

HSL color Cylindrical-coordinate representation of color #B7256A: hue angle of 331.64º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B7256A is Cyan = 0, Magento = 0.80, Yellow = 0.42 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 37 106 -
CMYK 0 0.80 0.42 0.28
HSL 331.64º 0.66% 0.43% -
HSV(B) 331.64º 0.8% 0.72% -
XYZ 22.79 12.43 14.83 -
YUV 88.52 137.87 195.39 -
System Red Green Blue C M Y K H S L
Decimal 183 37 106 0 0.80 0.42 0.28 331.64 0.66 0.43
Hex B7 25 6A 0 50 2A 1C 14C 42 2B
Octal 267 45 152 0 120 52 34 514 102 53
Binary 10110111 100101 1101010 0 1010000 101010 11100 101001100 1000010 101011

Color Harmonies of #B7256A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7256A

Black with #B7256A

Text Example


Text Example

White with #B7256A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7256A; }

 p { color: rgb(183,37,106); }

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

background-color css

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

 a { background-color: rgb(183,37,106); }

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

border-color css

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

 span { border-color: rgb(183,37,106); }

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