Html Css Color HEX #B8338C Medium Red Violet

📋 copy color: '#B8338C'

red 184 ◦ green 51 ◦ blue 140

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

Shades of Medium Red Violet #B8338C

Tints of Medium Red Violet #B8338C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 37.33%

R = 49.07%
G = 13.6%
B = 37.33%

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

#B8338C (or 0xB8338C) is known color: Medium Red Violet. HEX triplet: B8, 33 and 8C. RGB value is (184,51,140). Sum of RGB (Red+Green+Blue) = 184+51+140=375 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.07% from 375); Green value is 51 (20.31% from 255 or 13.6% from 375); Blue value is 140 (55.08% from 255 or 37.33% from 375); Max value from RGB is 184 - color contains mainly: red. Hex color #B8338C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B8338C is #47CC73. Grayscale: #646464. Windows color (decimal): -4705396 or 9188280. OLE color: 9188280.

HSL color Cylindrical-coordinate representation of color #B8338C: hue angle of 319.85º 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 #B8338C is Cyan = 0, Magento = 0.72, Yellow = 0.24 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 51 140 -
CMYK 0 0.72 0.24 0.28
HSL 319.85º 0.57% 0.46% -
HSV(B) 319.85º 0.72% 0.72% -
XYZ 25.68 14.45 26.25 -
YUV 100.91 150.06 187.26 -
System Red Green Blue C M Y K H S L
Decimal 184 51 140 0 0.72 0.24 0.28 319.85 0.57 0.46
Hex B8 33 8C 0 48 18 1C 140 39 2E
Octal 270 63 214 0 110 30 34 500 71 56
Binary 10111000 110011 10001100 0 1001000 11000 11100 101000000 111001 101110

Color Harmonies of #B8338C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8338C

Black with #B8338C

Text Example


Text Example

White with #B8338C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8338C; }

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

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

background-color css

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

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

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

border-color css

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

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

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