Html Css Color HEX #B2438C Medium Red Violet

📋 copy color: '#B2438C'

red 178 ◦ green 67 ◦ blue 140

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

Shades of Medium Red Violet #B2438C

Tints of Medium Red Violet #B2438C

RGB

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

 GREEN value IS 67 (26.56% from 255) = 17.4%

 BLUE value IS 140 (55.08% from 255) = 36.36%

R = 46.23%
G = 17.4%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.21

 K value IS 0.30

RGB Variations

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

Color information

#B2438C (or 0xB2438C) is known color: Medium Red Violet. HEX triplet: B2, 43 and 8C. RGB value is (178,67,140). Sum of RGB (Red+Green+Blue) = 178+67+140=385 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.23% from 385); Green value is 67 (26.56% from 255 or 17.40% from 385); Blue value is 140 (55.08% from 255 or 36.36% from 385); Max value from RGB is 178 - color contains mainly: red. Hex color #B2438C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B2438C is #4DBC73. Grayscale: #6C6C6C. Windows color (decimal): -5094516 or 9192370. OLE color: 9192370.

HSL color Cylindrical-coordinate representation of color #B2438C: hue angle of 320.54º degrees, saturation: 0.45, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B2438C is Cyan = 0, Magento = 0.62, Yellow = 0.21 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 67 140 -
CMYK 0 0.62 0.21 0.30
HSL 320.54º 0.45% 0.48% -
HSV(B) 320.54º 0.62% 0.7% -
XYZ 25.1 15.37 26.46 -
YUV 108.51 145.77 177.56 -
System Red Green Blue C M Y K H S L
Decimal 178 67 140 0 0.62 0.21 0.30 320.54 0.45 0.48
Hex B2 43 8C 0 3E 15 1E 141 2D 30
Octal 262 103 214 0 76 25 36 501 55 60
Binary 10110010 1000011 10001100 0 111110 10101 11110 101000001 101101 110000

Color Harmonies of #B2438C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2438C

Black with #B2438C

Text Example


Text Example

White with #B2438C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2438C; }

 p { color: rgb(178,67,140); }

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

background-color css

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

 a { background-color: rgb(178,67,140); }

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

border-color css

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

 span { border-color: rgb(178,67,140); }

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