Html Css Color HEX #B2389E Medium Red Violet

📋 copy color: '#B2389E'

red 178 ◦ green 56 ◦ blue 158

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

Shades of Medium Red Violet #B2389E

Tints of Medium Red Violet #B2389E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 40.31%

R = 45.41%
G = 14.29%
B = 40.31%

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

#B2389E (or 0xB2389E) is known color: Medium Red Violet. HEX triplet: B2, 38 and 9E. RGB value is (178,56,158). Sum of RGB (Red+Green+Blue) = 178+56+158=392 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.41% from 392); Green value is 56 (22.27% from 255 or 14.29% from 392); Blue value is 158 (62.11% from 255 or 40.31% from 392); Max value from RGB is 178 - color contains mainly: red. Hex color #B2389E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B2389E is #4DC761. Grayscale: #676767. Windows color (decimal): -5097314 or 10369202. OLE color: 10369202.

HSL color Cylindrical-coordinate representation of color #B2389E: hue angle of 309.84º 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 #B2389E is Cyan = 0, Magento = 0.69, Yellow = 0.11 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 56 158 -
CMYK 0 0.69 0.11 0.30
HSL 309.84º 0.52% 0.46% -
HSV(B) 309.84º 0.69% 0.7% -
XYZ 25.95 14.76 33.83 -
YUV 104.11 158.42 180.71 -
System Red Green Blue C M Y K H S L
Decimal 178 56 158 0 0.69 0.11 0.30 309.84 0.52 0.46
Hex B2 38 9E 0 45 B 1E 136 34 2E
Octal 262 70 236 0 105 13 36 466 64 56
Binary 10110010 111000 10011110 0 1000101 1011 11110 100110110 110100 101110

Color Harmonies of #B2389E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2389E

Black with #B2389E

Text Example


Text Example

White with #B2389E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2389E; }

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

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

background-color css

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

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

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

border-color css

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

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

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