Html Css Color HEX #B8256D Medium Red Violet

📋 copy color: '#B8256D'

red 184 ◦ green 37 ◦ blue 109

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

Shades of Medium Red Violet #B8256D

Tints of Medium Red Violet #B8256D

RGB

 RED value IS 184 (72.27% from 255) = 55.76%

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

 BLUE value IS 109 (42.97% from 255) = 33.03%

R = 55.76%
G = 11.21%
B = 33.03%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.41

 K value IS 0.28

RGB Variations

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

Color information

#B8256D (or 0xB8256D) is known color: Medium Red Violet. HEX triplet: B8, 25 and 6D. RGB value is (184,37,109). Sum of RGB (Red+Green+Blue) = 184+37+109=330 (43% of max value = 765). Red value is 184 (72.27% from 255 or 55.76% from 330); Green value is 37 (14.84% from 255 or 11.21% from 330); Blue value is 109 (42.97% from 255 or 33.03% from 330); Max value from RGB is 184 - color contains mainly: red. Hex color #B8256D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B8256D is #47DA92. Grayscale: #595959. Windows color (decimal): -4709011 or 7153080. OLE color: 7153080.

HSL color Cylindrical-coordinate representation of color #B8256D: hue angle of 330.61º degrees, saturation: 0.67, 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 #B8256D is Cyan = 0, Magento = 0.80, Yellow = 0.41 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 37 109 -
CMYK 0 0.80 0.41 0.28
HSL 330.61º 0.67% 0.43% -
HSV(B) 330.61º 0.8% 0.72% -
XYZ 23.19 12.62 15.68 -
YUV 89.16 139.2 195.65 -
System Red Green Blue C M Y K H S L
Decimal 184 37 109 0 0.80 0.41 0.28 330.61 0.67 0.43
Hex B8 25 6D 0 50 29 1C 14B 43 2B
Octal 270 45 155 0 120 51 34 513 103 53
Binary 10111000 100101 1101101 0 1010000 101001 11100 101001011 1000011 101011

Color Harmonies of #B8256D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8256D

Black with #B8256D

Text Example


Text Example

White with #B8256D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8256D; }

 p { color: rgb(184,37,109); }

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

background-color css

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

 a { background-color: rgb(184,37,109); }

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

border-color css

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

 span { border-color: rgb(184,37,109); }

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