Html Css Color HEX #B8238B Medium Red Violet

📋 copy color: '#B8238B'

red 184 ◦ green 35 ◦ blue 139

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

Shades of Medium Red Violet #B8238B

Tints of Medium Red Violet #B8238B

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.78%

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

R = 51.4%
G = 9.78%
B = 38.83%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.24

 K value IS 0.28

RGB Variations

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

Color information

#B8238B (or 0xB8238B) is known color: Medium Red Violet. HEX triplet: B8, 23 and 8B. RGB value is (184,35,139). Sum of RGB (Red+Green+Blue) = 184+35+139=358 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.40% from 358); Green value is 35 (14.06% from 255 or 9.78% from 358); Blue value is 139 (54.69% from 255 or 38.83% from 358); Max value from RGB is 184 - color contains mainly: red. Hex color #B8238B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B8238B is #47DC74. Grayscale: #5B5B5B. Windows color (decimal): -4709493 or 9118648. OLE color: 9118648.

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

Color convert

RGB 184 35 139 -
CMYK 0 0.81 0.24 0.28
HSL 318.12º 0.68% 0.43% -
HSV(B) 318.12º 0.81% 0.72% -
XYZ 25.03 13.26 25.67 -
YUV 91.41 154.86 194.04 -
System Red Green Blue C M Y K H S L
Decimal 184 35 139 0 0.81 0.24 0.28 318.12 0.68 0.43
Hex B8 23 8B 0 51 18 1C 13E 44 2B
Octal 270 43 213 0 121 30 34 476 104 53
Binary 10111000 100011 10001011 0 1010001 11000 11100 100111110 1000100 101011

Color Harmonies of #B8238B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8238B

Black with #B8238B

Text Example


Text Example

White with #B8238B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8238B; }

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

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

background-color css

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

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

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

border-color css

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

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

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