Html Css Color HEX #B2387B Medium Red Violet

📋 copy color: '#B2387B'

red 178 ◦ green 56 ◦ blue 123

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

Shades of Medium Red Violet #B2387B

Tints of Medium Red Violet #B2387B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 34.45%

R = 49.86%
G = 15.69%
B = 34.45%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.31

 K value IS 0.30

RGB Variations

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

Color information

#B2387B (or 0xB2387B) is known color: Medium Red Violet. HEX triplet: B2, 38 and 7B. RGB value is (178,56,123). Sum of RGB (Red+Green+Blue) = 178+56+123=357 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.86% from 357); Green value is 56 (22.27% from 255 or 15.69% from 357); Blue value is 123 (48.44% from 255 or 34.45% from 357); Max value from RGB is 178 - color contains mainly: red. Hex color #B2387B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2387B is #4DC784. Grayscale: #636363. Windows color (decimal): -5097349 or 8075442. OLE color: 8075442.

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

Color convert

RGB 178 56 123 -
CMYK 0 0.69 0.31 0.30
HSL 327.05º 0.52% 0.46% -
HSV(B) 327.05º 0.69% 0.7% -
XYZ 23.35 13.72 20.16 -
YUV 100.12 140.92 183.55 -
System Red Green Blue C M Y K H S L
Decimal 178 56 123 0 0.69 0.31 0.30 327.05 0.52 0.46
Hex B2 38 7B 0 45 1F 1E 147 34 2E
Octal 262 70 173 0 105 37 36 507 64 56
Binary 10110010 111000 1111011 0 1000101 11111 11110 101000111 110100 101110

Color Harmonies of #B2387B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2387B

Black with #B2387B

Text Example


Text Example

White with #B2387B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2387B; }

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

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

background-color css

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

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

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

border-color css

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

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

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