Html Css Color HEX #B8338B Medium Red Violet

📋 copy color: '#B8338B'

red 184 ◦ green 51 ◦ blue 139

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

Shades of Medium Red Violet #B8338B

Tints of Medium Red Violet #B8338B

RGB

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

 GREEN value IS 51 (20.31% from 255) = 13.64%

 BLUE value IS 139 (54.69% from 255) = 37.17%

R = 49.2%
G = 13.64%
B = 37.17%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.24

 K value IS 0.28

RGB Variations

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

Color information

#B8338B (or 0xB8338B) is known color: Medium Red Violet. HEX triplet: B8, 33 and 8B. RGB value is (184,51,139). Sum of RGB (Red+Green+Blue) = 184+51+139=374 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.20% from 374); Green value is 51 (20.31% from 255 or 13.64% from 374); Blue value is 139 (54.69% from 255 or 37.17% from 374); Max value from RGB is 184 - color contains mainly: red. Hex color #B8338B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B8338B is #47CC74. Grayscale: #646464. Windows color (decimal): -4705397 or 9122744. OLE color: 9122744.

HSL color Cylindrical-coordinate representation of color #B8338B: hue angle of 320.3º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B8338B is Cyan = 0, Magento = 0.72, Yellow = 0.24 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 51 139 -
CMYK 0 0.72 0.24 0.28
HSL 320.3º 0.57% 0.46% -
HSV(B) 320.3º 0.72% 0.72% -
XYZ 25.61 14.42 25.86 -
YUV 100.8 149.56 187.34 -
System Red Green Blue C M Y K H S L
Decimal 184 51 139 0 0.72 0.24 0.28 320.3 0.57 0.46
Hex B8 33 8B 0 48 18 1C 140 39 2E
Octal 270 63 213 0 110 30 34 500 71 56
Binary 10111000 110011 10001011 0 1001000 11000 11100 101000000 111001 101110

Color Harmonies of #B8338B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8338B

Black with #B8338B

Text Example


Text Example

White with #B8338B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8338B; }

 p { color: rgb(184,51,139); }

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

background-color css

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

 a { background-color: rgb(184,51,139); }

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

border-color css

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

 span { border-color: rgb(184,51,139); }

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