Html Css Color HEX #B2389B Medium Red Violet

📋 copy color: '#B2389B'

red 178 ◦ green 56 ◦ blue 155

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

Shades of Medium Red Violet #B2389B

Tints of Medium Red Violet #B2389B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 39.85%

R = 45.76%
G = 14.4%
B = 39.85%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.13

 K value IS 0.30

RGB Variations

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

Color information

#B2389B (or 0xB2389B) is known color: Medium Red Violet. HEX triplet: B2, 38 and 9B. RGB value is (178,56,155). Sum of RGB (Red+Green+Blue) = 178+56+155=389 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.76% from 389); Green value is 56 (22.27% from 255 or 14.40% from 389); Blue value is 155 (60.94% from 255 or 39.85% from 389); Max value from RGB is 178 - color contains mainly: red. Hex color #B2389B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B2389B is #4DC764. Grayscale: #676767. Windows color (decimal): -5097317 or 10172594. OLE color: 10172594.

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

Color convert

RGB 178 56 155 -
CMYK 0 0.69 0.13 0.30
HSL 311.31º 0.52% 0.46% -
HSV(B) 311.31º 0.69% 0.7% -
XYZ 25.69 14.66 32.49 -
YUV 103.76 156.92 180.95 -
System Red Green Blue C M Y K H S L
Decimal 178 56 155 0 0.69 0.13 0.30 311.31 0.52 0.46
Hex B2 38 9B 0 45 D 1E 137 34 2E
Octal 262 70 233 0 105 15 36 467 64 56
Binary 10110010 111000 10011011 0 1000101 1101 11110 100110111 110100 101110

Color Harmonies of #B2389B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2389B

Black with #B2389B

Text Example


Text Example

White with #B2389B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2389B; }

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

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

background-color css

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

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

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

border-color css

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

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

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