Html Css Color HEX #B2389F Medium Red Violet

📋 copy color: '#B2389F'

red 178 ◦ green 56 ◦ blue 159

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

Shades of Medium Red Violet #B2389F

Tints of Medium Red Violet #B2389F

RGB

 RED value IS 178 (69.92% from 255) = 45.29%

 GREEN value IS 56 (22.27% from 255) = 14.25%

 BLUE value IS 159 (62.5% from 255) = 40.46%

R = 45.29%
G = 14.25%
B = 40.46%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.11

 K value IS 0.30

RGB Variations

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

Color information

#B2389F (or 0xB2389F) is known color: Medium Red Violet. HEX triplet: B2, 38 and 9F. RGB value is (178,56,159). Sum of RGB (Red+Green+Blue) = 178+56+159=393 (52% of max value = 765). Red value is 178 (69.92% from 255 or 45.29% from 393); Green value is 56 (22.27% from 255 or 14.25% from 393); Blue value is 159 (62.5% from 255 or 40.46% from 393); Max value from RGB is 178 - color contains mainly: red. Hex color #B2389F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B2389F is #4DC760. Grayscale: #676767. Windows color (decimal): -5097313 or 10434738. OLE color: 10434738.

HSL color Cylindrical-coordinate representation of color #B2389F: hue angle of 309.34º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B2389F is Cyan = 0, Magento = 0.69, Yellow = 0.11 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 56 159 -
CMYK 0 0.69 0.11 0.30
HSL 309.34º 0.52% 0.46% -
HSV(B) 309.34º 0.69% 0.7% -
XYZ 26.03 14.8 34.28 -
YUV 104.22 158.92 180.62 -
System Red Green Blue C M Y K H S L
Decimal 178 56 159 0 0.69 0.11 0.30 309.34 0.52 0.46
Hex B2 38 9F 0 45 B 1E 135 34 2E
Octal 262 70 237 0 105 13 36 465 64 56
Binary 10110010 111000 10011111 0 1000101 1011 11110 100110101 110100 101110

Color Harmonies of #B2389F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2389F

Black with #B2389F

Text Example


Text Example

White with #B2389F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2389F; }

 p { color: rgb(178,56,159); }

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

background-color css

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

 a { background-color: rgb(178,56,159); }

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

border-color css

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

 span { border-color: rgb(178,56,159); }

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