Html Css Color HEX #B3256B Medium Red Violet

📋 copy color: '#B3256B'

red 179 ◦ green 37 ◦ blue 107

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

Shades of Medium Red Violet #B3256B

Tints of Medium Red Violet #B3256B

RGB

 RED value IS 179 (70.31% from 255) = 55.42%

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

 BLUE value IS 107 (42.19% from 255) = 33.13%

R = 55.42%
G = 11.46%
B = 33.13%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.40

 K value IS 0.30

RGB Variations

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

Color information

#B3256B (or 0xB3256B) is known color: Medium Red Violet. HEX triplet: B3, 25 and 6B. RGB value is (179,37,107). Sum of RGB (Red+Green+Blue) = 179+37+107=323 (42% of max value = 765). Red value is 179 (70.31% from 255 or 55.42% from 323); Green value is 37 (14.84% from 255 or 11.46% from 323); Blue value is 107 (42.19% from 255 or 33.13% from 323); Max value from RGB is 179 - color contains mainly: red. Hex color #B3256B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B3256B is #4CDA94. Grayscale: #575757. Windows color (decimal): -5036693 or 7022003. OLE color: 7022003.

HSL color Cylindrical-coordinate representation of color #B3256B: hue angle of 330.42º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B3256B is Cyan = 0, Magento = 0.79, Yellow = 0.40 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 37 107 -
CMYK 0 0.79 0.40 0.30
HSL 330.42º 0.66% 0.42% -
HSV(B) 330.42º 0.79% 0.7% -
XYZ 21.91 11.97 15.07 -
YUV 87.44 139.04 193.31 -
System Red Green Blue C M Y K H S L
Decimal 179 37 107 0 0.79 0.40 0.30 330.42 0.66 0.42
Hex B3 25 6B 0 4F 28 1E 14A 42 2A
Octal 263 45 153 0 117 50 36 512 102 52
Binary 10110011 100101 1101011 0 1001111 101000 11110 101001010 1000010 101010

Color Harmonies of #B3256B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3256B

Black with #B3256B

Text Example


Text Example

White with #B3256B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3256B; }

 p { color: rgb(179,37,107); }

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

background-color css

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

 a { background-color: rgb(179,37,107); }

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

border-color css

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

 span { border-color: rgb(179,37,107); }

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